Uses of Class
io.milvus.grpc.ComponentInfo
Packages that use ComponentInfo
-
Uses of ComponentInfo in io.milvus.grpc
Methods in io.milvus.grpc that return ComponentInfoModifier and TypeMethodDescriptionComponentInfo.Builder.build()ComponentInfo.Builder.buildPartial()static ComponentInfoComponentInfo.getDefaultInstance()ComponentInfo.Builder.getDefaultInstanceForType()ComponentInfo.getDefaultInstanceForType()ComponentStates.Builder.getState().milvus.proto.milvus.ComponentInfo state = 1;ComponentStates.getState().milvus.proto.milvus.ComponentInfo state = 1;ComponentStatesOrBuilder.getState().milvus.proto.milvus.ComponentInfo state = 1;ComponentStates.Builder.getSubcomponentStates(int index) repeated .milvus.proto.milvus.ComponentInfo subcomponent_states = 2;ComponentStates.getSubcomponentStates(int index) repeated .milvus.proto.milvus.ComponentInfo subcomponent_states = 2;ComponentStatesOrBuilder.getSubcomponentStates(int index) repeated .milvus.proto.milvus.ComponentInfo subcomponent_states = 2;static ComponentInfoComponentInfo.parseDelimitedFrom(InputStream input) static ComponentInfoComponentInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ComponentInfoComponentInfo.parseFrom(byte[] data) static ComponentInfoComponentInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ComponentInfoComponentInfo.parseFrom(com.google.protobuf.ByteString data) static ComponentInfoComponentInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ComponentInfoComponentInfo.parseFrom(com.google.protobuf.CodedInputStream input) static ComponentInfoComponentInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ComponentInfoComponentInfo.parseFrom(InputStream input) static ComponentInfoComponentInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ComponentInfoComponentInfo.parseFrom(ByteBuffer data) static ComponentInfoComponentInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type ComponentInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ComponentInfo> ComponentInfo.getParserForType()ComponentStates.Builder.getSubcomponentStatesList()repeated .milvus.proto.milvus.ComponentInfo subcomponent_states = 2;ComponentStates.getSubcomponentStatesList()repeated .milvus.proto.milvus.ComponentInfo subcomponent_states = 2;ComponentStatesOrBuilder.getSubcomponentStatesList()repeated .milvus.proto.milvus.ComponentInfo subcomponent_states = 2;static com.google.protobuf.Parser<ComponentInfo> ComponentInfo.parser()Methods in io.milvus.grpc with parameters of type ComponentInfoModifier and TypeMethodDescriptionComponentStates.Builder.addSubcomponentStates(int index, ComponentInfo value) repeated .milvus.proto.milvus.ComponentInfo subcomponent_states = 2;ComponentStates.Builder.addSubcomponentStates(ComponentInfo value) repeated .milvus.proto.milvus.ComponentInfo subcomponent_states = 2;ComponentInfo.Builder.mergeFrom(ComponentInfo other) ComponentStates.Builder.mergeState(ComponentInfo value) .milvus.proto.milvus.ComponentInfo state = 1;static ComponentInfo.BuilderComponentInfo.newBuilder(ComponentInfo prototype) ComponentStates.Builder.setState(ComponentInfo value) .milvus.proto.milvus.ComponentInfo state = 1;ComponentStates.Builder.setSubcomponentStates(int index, ComponentInfo value) repeated .milvus.proto.milvus.ComponentInfo subcomponent_states = 2;Method parameters in io.milvus.grpc with type arguments of type ComponentInfoModifier and TypeMethodDescriptionComponentStates.Builder.addAllSubcomponentStates(Iterable<? extends ComponentInfo> values) repeated .milvus.proto.milvus.ComponentInfo subcomponent_states = 2;