Uses of Class
io.milvus.grpc.PartitionList
-
Packages that use PartitionList Package Description io.milvus.grpc -
-
Uses of PartitionList in io.milvus.grpc
Methods in io.milvus.grpc that return PartitionList Modifier and Type Method Description PartitionListPartitionList.Builder. build()PartitionListPartitionList.Builder. buildPartial()static PartitionListPartitionList. getDefaultInstance()PartitionListPartitionList.Builder. getDefaultInstanceForType()PartitionListPartitionList. getDefaultInstanceForType()static PartitionListPartitionList. parseDelimitedFrom(InputStream input)static PartitionListPartitionList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PartitionListPartitionList. parseFrom(byte[] data)static PartitionListPartitionList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PartitionListPartitionList. parseFrom(com.google.protobuf.ByteString data)static PartitionListPartitionList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PartitionListPartitionList. parseFrom(com.google.protobuf.CodedInputStream input)static PartitionListPartitionList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PartitionListPartitionList. parseFrom(InputStream input)static PartitionListPartitionList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PartitionListPartitionList. parseFrom(ByteBuffer data)static PartitionListPartitionList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PartitionListMilvusServiceGrpc.MilvusServiceBlockingStub. showPartitions(CollectionName request)@brief This method is used to show partition information @param CollectionName, target collection name.Methods in io.milvus.grpc that return types with arguments of type PartitionList Modifier and Type Method Description com.google.protobuf.Parser<PartitionList>PartitionList. getParserForType()static io.grpc.MethodDescriptor<CollectionName,PartitionList>MilvusServiceGrpc. getShowPartitionsMethod()static com.google.protobuf.Parser<PartitionList>PartitionList. parser()com.google.common.util.concurrent.ListenableFuture<PartitionList>MilvusServiceGrpc.MilvusServiceFutureStub. showPartitions(CollectionName request)@brief This method is used to show partition information @param CollectionName, target collection name.Methods in io.milvus.grpc with parameters of type PartitionList Modifier and Type Method Description PartitionList.BuilderPartitionList.Builder. mergeFrom(PartitionList other)static PartitionList.BuilderPartitionList. newBuilder(PartitionList prototype)Method parameters in io.milvus.grpc with type arguments of type PartitionList Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. showPartitions(CollectionName request, io.grpc.stub.StreamObserver<PartitionList> responseObserver)@brief This method is used to show partition information @param CollectionName, target collection name.voidMilvusServiceGrpc.MilvusServiceStub. showPartitions(CollectionName request, io.grpc.stub.StreamObserver<PartitionList> responseObserver)@brief This method is used to show partition information @param CollectionName, target collection name.
-