Uses of Class
io.milvus.grpc.IndexDescription
Packages that use IndexDescription
-
Uses of IndexDescription in io.milvus.grpc
Methods in io.milvus.grpc that return IndexDescriptionModifier and TypeMethodDescriptionIndexDescription.Builder.build()IndexDescription.Builder.buildPartial()static IndexDescriptionIndexDescription.getDefaultInstance()IndexDescription.Builder.getDefaultInstanceForType()IndexDescription.getDefaultInstanceForType()DescribeIndexResponse.Builder.getIndexDescriptions(int index) All index informations, for now only return tha latest index you created for the collection.DescribeIndexResponse.getIndexDescriptions(int index) All index informations, for now only return tha latest index you created for the collection.DescribeIndexResponseOrBuilder.getIndexDescriptions(int index) All index informations, for now only return tha latest index you created for the collection.GetIndexStatisticsResponse.Builder.getIndexDescriptions(int index) All index information.GetIndexStatisticsResponse.getIndexDescriptions(int index) All index information.GetIndexStatisticsResponseOrBuilder.getIndexDescriptions(int index) All index information.static IndexDescriptionIndexDescription.parseDelimitedFrom(InputStream input) static IndexDescriptionIndexDescription.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IndexDescriptionIndexDescription.parseFrom(byte[] data) static IndexDescriptionIndexDescription.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IndexDescriptionIndexDescription.parseFrom(com.google.protobuf.ByteString data) static IndexDescriptionIndexDescription.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IndexDescriptionIndexDescription.parseFrom(com.google.protobuf.CodedInputStream input) static IndexDescriptionIndexDescription.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IndexDescriptionIndexDescription.parseFrom(InputStream input) static IndexDescriptionIndexDescription.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static IndexDescriptionIndexDescription.parseFrom(ByteBuffer data) static IndexDescriptionIndexDescription.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type IndexDescriptionModifier and TypeMethodDescriptionDescribeIndexResponse.Builder.getIndexDescriptionsList()All index informations, for now only return tha latest index you created for the collection.DescribeIndexResponse.getIndexDescriptionsList()All index informations, for now only return tha latest index you created for the collection.DescribeIndexResponseOrBuilder.getIndexDescriptionsList()All index informations, for now only return tha latest index you created for the collection.GetIndexStatisticsResponse.Builder.getIndexDescriptionsList()All index information.GetIndexStatisticsResponse.getIndexDescriptionsList()All index information.GetIndexStatisticsResponseOrBuilder.getIndexDescriptionsList()All index information.com.google.protobuf.Parser<IndexDescription> IndexDescription.getParserForType()static com.google.protobuf.Parser<IndexDescription> IndexDescription.parser()Methods in io.milvus.grpc with parameters of type IndexDescriptionModifier and TypeMethodDescriptionDescribeIndexResponse.Builder.addIndexDescriptions(int index, IndexDescription value) All index informations, for now only return tha latest index you created for the collection.DescribeIndexResponse.Builder.addIndexDescriptions(IndexDescription value) All index informations, for now only return tha latest index you created for the collection.GetIndexStatisticsResponse.Builder.addIndexDescriptions(int index, IndexDescription value) All index information.GetIndexStatisticsResponse.Builder.addIndexDescriptions(IndexDescription value) All index information.IndexDescription.Builder.mergeFrom(IndexDescription other) static IndexDescription.BuilderIndexDescription.newBuilder(IndexDescription prototype) DescribeIndexResponse.Builder.setIndexDescriptions(int index, IndexDescription value) All index informations, for now only return tha latest index you created for the collection.GetIndexStatisticsResponse.Builder.setIndexDescriptions(int index, IndexDescription value) All index information.Method parameters in io.milvus.grpc with type arguments of type IndexDescriptionModifier and TypeMethodDescriptionDescribeIndexResponse.Builder.addAllIndexDescriptions(Iterable<? extends IndexDescription> values) All index informations, for now only return tha latest index you created for the collection.GetIndexStatisticsResponse.Builder.addAllIndexDescriptions(Iterable<? extends IndexDescription> values) All index information. -
Uses of IndexDescription in io.milvus.v2.utils
Method parameters in io.milvus.v2.utils with type arguments of type IndexDescriptionModifier and TypeMethodDescriptionConvertUtils.convertToDescribeIndexResp(List<IndexDescription> response)