clientIsReady()

This operation checks whether the client connection to the server is ready.

public boolean clientIsReady()

RETURNS:

boolean

Returns true if the client is connected and ready, false otherwise.

Example

boolean ready = client.clientIsReady();
System.out.println("Client ready: " + ready);

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?