Uses of Class
io.milvus.grpc.ComponentStates
-
Packages that use ComponentStates Package Description io.milvus.grpc -
-
Uses of ComponentStates in io.milvus.grpc
Methods in io.milvus.grpc that return ComponentStates Modifier and Type Method Description ComponentStatesComponentStates.Builder. build()ComponentStatesComponentStates.Builder. buildPartial()ComponentStatesMilvusServiceGrpc.MilvusServiceBlockingStub. getComponentStates(GetComponentStatesRequest request)static ComponentStatesComponentStates. getDefaultInstance()ComponentStatesComponentStates.Builder. getDefaultInstanceForType()ComponentStatesComponentStates. getDefaultInstanceForType()static ComponentStatesComponentStates. parseDelimitedFrom(InputStream input)static ComponentStatesComponentStates. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComponentStatesComponentStates. parseFrom(byte[] data)static ComponentStatesComponentStates. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComponentStatesComponentStates. parseFrom(com.google.protobuf.ByteString data)static ComponentStatesComponentStates. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComponentStatesComponentStates. parseFrom(com.google.protobuf.CodedInputStream input)static ComponentStatesComponentStates. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComponentStatesComponentStates. parseFrom(InputStream input)static ComponentStatesComponentStates. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ComponentStatesComponentStates. parseFrom(ByteBuffer data)static ComponentStatesComponentStates. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type ComponentStates Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ComponentStates>MilvusServiceGrpc.MilvusServiceFutureStub. getComponentStates(GetComponentStatesRequest request)static io.grpc.MethodDescriptor<GetComponentStatesRequest,ComponentStates>MilvusServiceGrpc. getGetComponentStatesMethod()com.google.protobuf.Parser<ComponentStates>ComponentStates. getParserForType()static com.google.protobuf.Parser<ComponentStates>ComponentStates. parser()Methods in io.milvus.grpc with parameters of type ComponentStates Modifier and Type Method Description ComponentStates.BuilderComponentStates.Builder. mergeFrom(ComponentStates other)static ComponentStates.BuilderComponentStates. newBuilder(ComponentStates prototype)Method parameters in io.milvus.grpc with type arguments of type ComponentStates Modifier and Type Method Description default voidMilvusServiceGrpc.AsyncService. getComponentStates(GetComponentStatesRequest request, io.grpc.stub.StreamObserver<ComponentStates> responseObserver)voidMilvusServiceGrpc.MilvusServiceStub. getComponentStates(GetComponentStatesRequest request, io.grpc.stub.StreamObserver<ComponentStates> responseObserver)
-