Uses of Class
io.milvus.client.TableParam
-
Packages that use TableParam Package Description io.milvus.client -
-
Uses of TableParam in io.milvus.client
Methods in io.milvus.client that return TableParam Modifier and Type Method Description TableParamTableParam.Builder. build()Methods in io.milvus.client with parameters of type TableParam Modifier and Type Method Description DescribeIndexResponseMilvusClient. describeIndex(TableParam tableParam)Describes table index specified bytableParamDescribeIndexResponseMilvusGrpcClient. describeIndex(TableParam tableParam)DescribeTableResponseMilvusClient. describeTable(TableParam tableParam)Describes table specified bytableParamDescribeTableResponseMilvusGrpcClient. describeTable(TableParam tableParam)ResponseMilvusClient. dropIndex(TableParam tableParam)Drops table index specified bytableParamResponseMilvusGrpcClient. dropIndex(TableParam tableParam)ResponseMilvusClient. dropTable(TableParam tableParam)Drops the table specified bytableParamResponseMilvusGrpcClient. dropTable(TableParam tableParam)GetTableRowCountResponseMilvusClient. getTableRowCount(TableParam tableParam)Gets current row count of table specified bytableParamGetTableRowCountResponseMilvusGrpcClient. getTableRowCount(TableParam tableParam)HasTableResponseMilvusClient. hasTable(TableParam tableParam)Check whether the table specified bytableParamexistsHasTableResponseMilvusGrpcClient. hasTable(TableParam tableParam)ResponseMilvusClient. preloadTable(TableParam tableParam)Pre-loads table to memoryResponseMilvusGrpcClient. preloadTable(TableParam tableParam)
-