Uses of Class
io.milvus.client.Response
-
Packages that use Response Package Description io.milvus.client -
-
Uses of Response in io.milvus.client
Methods in io.milvus.client that return Response Modifier and Type Method Description ResponseMilvusClient. connect(ConnectParam connectParam)Connects to Milvus serverResponseMilvusGrpcClient. connect(ConnectParam connectParam)ResponseMilvusClient. createIndex(CreateIndexParam createIndexParam)Creates index specified byindexParamResponseMilvusGrpcClient. createIndex(CreateIndexParam createIndexParam)ResponseMilvusClient. createTable(TableSchema tableSchema)Creates table specified bytableSchemaParamResponseMilvusGrpcClient. createTable(TableSchema tableSchema)ResponseMilvusClient. disconnect()Disconnects from Milvus serverResponseMilvusGrpcClient. disconnect()ResponseMilvusClient. dropIndex(String tableName)Drops table indexResponseMilvusGrpcClient. dropIndex(String tableName)ResponseMilvusClient. dropTable(String tableName)Drops tableResponseMilvusGrpcClient. dropTable(String tableName)ResponseDescribeIndexResponse. getResponse()ResponseDescribeTableResponse. getResponse()ResponseGetTableRowCountResponse. getResponse()ResponseHasTableResponse. getResponse()ResponseInsertResponse. getResponse()ResponseSearchResponse. getResponse()ResponseShowTablesResponse. getResponse()ResponseMilvusClient. getServerStatus()Prints server statusResponseMilvusGrpcClient. getServerStatus()ResponseMilvusClient. getServerVersion()Prints server versionResponseMilvusGrpcClient. getServerVersion()ResponseMilvusClient. preloadTable(String tableName)Pre-loads table to memoryResponseMilvusGrpcClient. preloadTable(String tableName)
-