Uses of Class
io.milvus.grpc.ComponentStates
Packages that use ComponentStates
-
Uses of ComponentStates in io.milvus.grpc
Methods in io.milvus.grpc that return ComponentStatesModifier and TypeMethodDescriptionComponentStates.Builder.build()ComponentStates.Builder.buildPartial()MilvusServiceGrpc.MilvusServiceBlockingStub.getComponentStates(GetComponentStatesRequest request) static ComponentStatesComponentStates.getDefaultInstance()ComponentStates.Builder.getDefaultInstanceForType()ComponentStates.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 ComponentStatesModifier and TypeMethodDescriptioncom.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 ComponentStatesModifier and TypeMethodDescriptionComponentStates.Builder.mergeFrom(ComponentStates other) static ComponentStates.BuilderComponentStates.newBuilder(ComponentStates prototype) Method parameters in io.milvus.grpc with type arguments of type ComponentStatesModifier and TypeMethodDescriptiondefault voidMilvusServiceGrpc.AsyncService.getComponentStates(GetComponentStatesRequest request, io.grpc.stub.StreamObserver<ComponentStates> responseObserver) voidMilvusServiceGrpc.MilvusServiceStub.getComponentStates(GetComponentStatesRequest request, io.grpc.stub.StreamObserver<ComponentStates> responseObserver)