Uses of Class
io.milvus.grpc.ShowPartitionsResponse
Packages that use ShowPartitionsResponse
-
Uses of ShowPartitionsResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type ShowPartitionsResponseModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.showPartitions(@NonNull ShowPartitionsParam requestParam) MilvusClient.showPartitions(ShowPartitionsParam requestParam) Shows all partitions in the specified collection.MilvusMultiServiceClient.showPartitions(ShowPartitionsParam requestParam) MilvusServiceClient.showPartitions(ShowPartitionsParam requestParam) -
Uses of ShowPartitionsResponse in io.milvus.grpc
Methods in io.milvus.grpc that return ShowPartitionsResponseModifier and TypeMethodDescriptionShowPartitionsResponse.Builder.build()ShowPartitionsResponse.Builder.buildPartial()static ShowPartitionsResponseShowPartitionsResponse.getDefaultInstance()ShowPartitionsResponse.Builder.getDefaultInstanceForType()ShowPartitionsResponse.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) MilvusServiceGrpc.MilvusServiceBlockingStub.showPartitions(ShowPartitionsRequest request) Methods in io.milvus.grpc that return types with arguments of type ShowPartitionsResponseModifier and TypeMethodDescriptioncom.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 ShowPartitionsResponseModifier and TypeMethodDescriptionShowPartitionsResponse.Builder.mergeFrom(ShowPartitionsResponse other) ShowPartitionsResponse.newBuilder(ShowPartitionsResponse prototype) Method parameters in io.milvus.grpc with type arguments of type ShowPartitionsResponseModifier and TypeMethodDescriptiondefault voidMilvusServiceGrpc.AsyncService.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