Uses of Class
io.milvus.grpc.ReleasePartitionsRequest
Packages that use ReleasePartitionsRequest
-
Uses of ReleasePartitionsRequest in io.milvus.grpc
Methods in io.milvus.grpc that return ReleasePartitionsRequestModifier and TypeMethodDescriptionReleasePartitionsRequest.Builder.build()ReleasePartitionsRequest.Builder.buildPartial()static ReleasePartitionsRequestReleasePartitionsRequest.getDefaultInstance()ReleasePartitionsRequest.Builder.getDefaultInstanceForType()ReleasePartitionsRequest.getDefaultInstanceForType()static ReleasePartitionsRequestReleasePartitionsRequest.parseDelimitedFrom(InputStream input) static ReleasePartitionsRequestReleasePartitionsRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReleasePartitionsRequestReleasePartitionsRequest.parseFrom(byte[] data) static ReleasePartitionsRequestReleasePartitionsRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReleasePartitionsRequestReleasePartitionsRequest.parseFrom(com.google.protobuf.ByteString data) static ReleasePartitionsRequestReleasePartitionsRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReleasePartitionsRequestReleasePartitionsRequest.parseFrom(com.google.protobuf.CodedInputStream input) static ReleasePartitionsRequestReleasePartitionsRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReleasePartitionsRequestReleasePartitionsRequest.parseFrom(InputStream input) static ReleasePartitionsRequestReleasePartitionsRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ReleasePartitionsRequestReleasePartitionsRequest.parseFrom(ByteBuffer data) static ReleasePartitionsRequestReleasePartitionsRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type ReleasePartitionsRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ReleasePartitionsRequest> ReleasePartitionsRequest.getParserForType()static io.grpc.MethodDescriptor<ReleasePartitionsRequest, Status> MilvusServiceGrpc.getReleasePartitionsMethod()static com.google.protobuf.Parser<ReleasePartitionsRequest> ReleasePartitionsRequest.parser()Methods in io.milvus.grpc with parameters of type ReleasePartitionsRequestModifier and TypeMethodDescriptionReleasePartitionsRequest.Builder.mergeFrom(ReleasePartitionsRequest other) ReleasePartitionsRequest.newBuilder(ReleasePartitionsRequest prototype) default voidMilvusServiceGrpc.AsyncService.releasePartitions(ReleasePartitionsRequest request, io.grpc.stub.StreamObserver<Status> responseObserver) MilvusServiceGrpc.MilvusServiceBlockingStub.releasePartitions(ReleasePartitionsRequest request) com.google.common.util.concurrent.ListenableFuture<Status> MilvusServiceGrpc.MilvusServiceFutureStub.releasePartitions(ReleasePartitionsRequest request) voidMilvusServiceGrpc.MilvusServiceStub.releasePartitions(ReleasePartitionsRequest request, io.grpc.stub.StreamObserver<Status> responseObserver)