Java SDK Reference (v2)
This is the reference documentation for the Java SDK (version 2).
When performing operations with the Java SDK, you can use either of the following methods to authenticate:
-
Using an API key
To obtain an API key, follow the instructions in the API keys.
-
Using a cluster token
To obtain a cluster token, use a colon (:) to join the username and password of the target cluster, like
username:password. Note that this is the only valid authentication method for BYOC clusters.
Authentication [READ MORE]
Methods related to implement role-based access control to your resources.
Client [READ MORE]
Classes and methods for you to manage the MilvusClient instances.
Collections [READ MORE]
Methods for you to manage collections.
Database [READ MORE]
Methods related to database operations.
Management [READ MORE]
Methods for you to index, load, and release a collection.
Partitions [READ MORE]
Methods related to the manipulation of the partitions in a collection.
Vector [READ MORE]
Methods related to CRUD operations within a collection.
Data Import [READ MORE]
Classes and methods related to BulkWriter and BulkImport, facilitating importing data to your collections.
Volume [READ MORE]
Classes and methods related to Zilliz Cloud's Volume service.