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(TableSchemaParam tableSchemaParam)Creates table specified bytableSchemaParamResponseMilvusGrpcClient. createTable(TableSchemaParam tableSchemaParam)ResponseMilvusClient. deleteByRange(DeleteByRangeParam deleteByRangeParam)Deletes vectors by date range, specified bydeleteByRangeParamResponseMilvusGrpcClient. deleteByRange(DeleteByRangeParam deleteByRangeParam)ResponseMilvusClient. disconnect()Disconnects from Milvus serverResponseMilvusGrpcClient. disconnect()ResponseMilvusClient. dropIndex(TableParam tableParam)Drops table index specified bytableParamResponseMilvusGrpcClient. dropIndex(TableParam tableParam)ResponseMilvusClient. dropTable(TableParam tableParam)Drops the table specified bytableParamResponseMilvusGrpcClient. dropTable(TableParam tableParam)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(TableParam tableParam)Pre-loads table to memoryResponseMilvusGrpcClient. preloadTable(TableParam tableParam)Constructors in io.milvus.client with parameters of type Response Constructor Description DescribeIndexResponse(Response response, Index index)DescribeTableResponse(Response response, TableSchema tableSchema)GetTableRowCountResponse(Response response, long tableRowCount)HasTableResponse(Response response, boolean hasTable)InsertResponse(Response response, List<Long> vectorIds)SearchResponse(Response response, List<List<SearchResponse.QueryResult>> queryResultsList)ShowTablesResponse(Response response, List<String> tableNames)
-