Uses of Class
io.milvus.grpc.ShowPartitionsResponse
-
Packages that use ShowPartitionsResponse Package Description io.milvus.client io.milvus.grpc io.milvus.response -
-
Uses of ShowPartitionsResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type ShowPartitionsResponse Modifier and Type Method Description R<ShowPartitionsResponse>AbstractMilvusGrpcClient. showPartitions(@NonNull ShowPartitionsParam requestParam)R<ShowPartitionsResponse>MilvusClient. showPartitions(ShowPartitionsParam requestParam)Shows all partitions in the specified collection.R<ShowPartitionsResponse>MilvusMultiServiceClient. showPartitions(ShowPartitionsParam requestParam) -
Uses of ShowPartitionsResponse in io.milvus.grpc
Methods in io.milvus.grpc that return ShowPartitionsResponse Modifier and Type Method Description ShowPartitionsResponseShowPartitionsResponse.Builder. build()ShowPartitionsResponseShowPartitionsResponse.Builder. buildPartial()static ShowPartitionsResponseShowPartitionsResponse. getDefaultInstance()ShowPartitionsResponseShowPartitionsResponse.Builder. getDefaultInstanceForType()ShowPartitionsResponseShowPartitionsResponse. getDefaultInstanceForType()static ShowPartitionsResponseShowPartitionsResponse. parseDelimitedFrom(InputStream input)static ShowPartitionsResponseShowPartitionsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ShowPartitionsResponseShowPartitionsResponse. parseFrom(byte[] data)static ShowPartitionsResponseShowPartitionsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ShowPartitionsResponseShowPartitionsResponse. parseFrom(com.google.protobuf.ByteString data)static ShowPartitionsResponseShowPartitionsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ShowPartitionsResponseShowPartitionsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ShowPartitionsResponseShowPartitionsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ShowPartitionsResponseShowPartitionsResponse. parseFrom(InputStream input)static ShowPartitionsResponseShowPartitionsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ShowPartitionsResponseShowPartitionsResponse. parseFrom(ByteBuffer data)static ShowPartitionsResponseShowPartitionsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ShowPartitionsResponseMilvusServiceGrpc.MilvusServiceBlockingStub. showPartitions(ShowPartitionsRequest request)Methods in io.milvus.grpc that return types with arguments of type ShowPartitionsResponse Modifier and Type Method Description com.google.protobuf.Parser<ShowPartitionsResponse>ShowPartitionsResponse. getParserForType()static io.grpc.MethodDescriptor<ShowPartitionsRequest,ShowPartitionsResponse>MilvusServiceGrpc. getShowPartitionsMethod()static com.google.protobuf.Parser<ShowPartitionsResponse>ShowPartitionsResponse. parser()com.google.common.util.concurrent.ListenableFuture<ShowPartitionsResponse>MilvusServiceGrpc.MilvusServiceFutureStub. showPartitions(ShowPartitionsRequest request)Methods in io.milvus.grpc with parameters of type ShowPartitionsResponse Modifier and Type Method Description ShowPartitionsResponse.BuilderShowPartitionsResponse.Builder. mergeFrom(ShowPartitionsResponse other)static ShowPartitionsResponse.BuilderShowPartitionsResponse. newBuilder(ShowPartitionsResponse prototype)Method parameters in io.milvus.grpc with type arguments of type ShowPartitionsResponse Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. showPartitions(ShowPartitionsRequest request, io.grpc.stub.StreamObserver<ShowPartitionsResponse> responseObserver)voidMilvusServiceGrpc.MilvusServiceStub. showPartitions(ShowPartitionsRequest request, io.grpc.stub.StreamObserver<ShowPartitionsResponse> responseObserver) -
Uses of ShowPartitionsResponse in io.milvus.response
Constructors in io.milvus.response with parameters of type ShowPartitionsResponse Constructor Description ShowPartResponseWrapper(@NonNull ShowPartitionsResponse response)
-