A B C D F G H I J K L M O P R S T U V W 
All Classes All Packages

C

CACHE_FAILED - io.milvus.client.Response.Status
 
CANNOT_CREATE_FILE - io.milvus.client.Response.Status
 
CANNOT_CREATE_FOLDER - io.milvus.client.Response.Status
 
CANNOT_DELETE_FILE - io.milvus.client.Response.Status
 
CANNOT_DELETE_FOLDER - io.milvus.client.Response.Status
 
CLIENT_NOT_CONNECTED - io.milvus.client.Response.Status
 
clientVersion - Static variable in interface io.milvus.client.MilvusClient
 
close() - Method in interface io.milvus.client.MilvusClient
Close this MilvusClient.
close(long) - Method in interface io.milvus.client.MilvusClient
Close this MilvusClient.
close(long) - Method in class io.milvus.client.MilvusGrpcClient
 
COLLECTION_NOT_EXISTS - io.milvus.client.Response.Status
 
CollectionMapping - Class in io.milvus.client
Represents a collection mapping
CollectionMapping.Builder - Class in io.milvus.client
Builder for CollectionMapping
command(String) - Method in interface io.milvus.client.MilvusClient
Sends a command to server
compact(String) - Method in interface io.milvus.client.MilvusClient
Compacts the collection, erasing deleted data from disk and rebuild index in background (if the data size after compaction is still larger than indexFileSize).
compactAsync(String) - Method in interface io.milvus.client.MilvusClient
Compacts the collection asynchronously, erasing deleted data from disk and rebuild index in background (if the data size after compaction is still larger than indexFileSize).
CONNECT_FAILED - io.milvus.client.Response.Status
 
ConnectFailedException - Exception in io.milvus.client
Thrown when client failed to connect to server
ConnectFailedException(String) - Constructor for exception io.milvus.client.ConnectFailedException
 
ConnectParam - Class in io.milvus.client
Contains parameters for connecting to Milvus server
ConnectParam.Builder - Class in io.milvus.client
Builder for ConnectParam
countEntities(String) - Method in interface io.milvus.client.MilvusClient
Gets current entity count of a collection
CountEntitiesResponse - Class in io.milvus.client
Contains the returned response and collectionEntityCount for countEntities
createCollection(CollectionMapping) - Method in interface io.milvus.client.MilvusClient
Creates collection specified by collectionMapping
createIndex(Index) - Method in interface io.milvus.client.MilvusClient
Creates index specified by index
createIndexAsync(Index) - Method in interface io.milvus.client.MilvusClient
Creates index specified by index asynchronously
createPartition(String, String) - Method in interface io.milvus.client.MilvusClient
Creates a partition specified by collectionName and tag
A B C D F G H I J K L M O P R S T U V W 
All Classes All Packages