Uses of Class
io.milvus.grpc.Command
-
Packages that use Command Package Description io.milvus.grpc -
-
Uses of Command in io.milvus.grpc
Methods in io.milvus.grpc that return Command Modifier and Type Method Description CommandCommand.Builder. build()CommandCommand.Builder. buildPartial()static CommandCommand. getDefaultInstance()CommandCommand.Builder. getDefaultInstanceForType()CommandCommand. getDefaultInstanceForType()static CommandCommand. parseDelimitedFrom(InputStream input)static CommandCommand. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandCommand. parseFrom(byte[] data)static CommandCommand. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandCommand. parseFrom(com.google.protobuf.ByteString data)static CommandCommand. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandCommand. parseFrom(com.google.protobuf.CodedInputStream input)static CommandCommand. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandCommand. parseFrom(InputStream input)static CommandCommand. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandCommand. parseFrom(ByteBuffer data)static CommandCommand. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type Command Modifier and Type Method Description static io.grpc.MethodDescriptor<Command,StringReply>MilvusServiceGrpc. getCmdMethod()com.google.protobuf.Parser<Command>Command. getParserForType()static io.grpc.MethodDescriptor<Command,CollectionNameList>MilvusServiceGrpc. getShowCollectionsMethod()static com.google.protobuf.Parser<Command>Command. parser()Methods in io.milvus.grpc with parameters of type Command Modifier and Type Method Description StringReplyMilvusServiceGrpc.MilvusServiceBlockingStub. cmd(Command request)@brief This method is used to give the server status.com.google.common.util.concurrent.ListenableFuture<StringReply>MilvusServiceGrpc.MilvusServiceFutureStub. cmd(Command request)@brief This method is used to give the server status.voidMilvusServiceGrpc.MilvusServiceImplBase. cmd(Command request, io.grpc.stub.StreamObserver<StringReply> responseObserver)@brief This method is used to give the server status.voidMilvusServiceGrpc.MilvusServiceStub. cmd(Command request, io.grpc.stub.StreamObserver<StringReply> responseObserver)@brief This method is used to give the server status.Command.BuilderCommand.Builder. mergeFrom(Command other)static Command.BuilderCommand. newBuilder(Command prototype)CollectionNameListMilvusServiceGrpc.MilvusServiceBlockingStub. showCollections(Command request)@brief This method is used to list all collections.com.google.common.util.concurrent.ListenableFuture<CollectionNameList>MilvusServiceGrpc.MilvusServiceFutureStub. showCollections(Command request)@brief This method is used to list all collections.voidMilvusServiceGrpc.MilvusServiceImplBase. showCollections(Command request, io.grpc.stub.StreamObserver<CollectionNameList> responseObserver)@brief This method is used to list all collections.voidMilvusServiceGrpc.MilvusServiceStub. showCollections(Command request, io.grpc.stub.StreamObserver<CollectionNameList> responseObserver)@brief This method is used to list all collections.
-