Client
Addedv2.3.x
Classes and methods for you to manage the MilvusClient instances.
MilvusClientV2 [READ MORE]
A MilvusClientV2 instance represents a Java client that connects to a specific Zilliz Cloud cluster.
MilvusClientV2Pool [READ MORE]
A MilvusClientV2Pool instance is a connection pool for MilvusClientV2 objects. The number of MilvusClientV2 objects automatically increases or decreases to avoid frequent opening and closing connections, improving your application's performance.
clientIsReady() [READ MORE]
This operation checks whether the client connection to the server is ready.
ConnectConfig [READ MORE]
A ConnectConfig builder holds the connection configuration used when creating a `MilvusClientV2` instance. Use the builder pattern to configure all connection parameters, including authentication, TLS, timeouts, and keepalive settings.