Package io.milvus.grpc
Interface ComponentInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComponentInfo,ComponentInfo.Builder
public interface ComponentInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExtraInfo(int index) repeated .milvus.proto.common.KeyValuePair extra_info = 4;intrepeated .milvus.proto.common.KeyValuePair extra_info = 4;repeated .milvus.proto.common.KeyValuePair extra_info = 4;getExtraInfoOrBuilder(int index) repeated .milvus.proto.common.KeyValuePair extra_info = 4;List<? extends KeyValuePairOrBuilder> repeated .milvus.proto.common.KeyValuePair extra_info = 4;longint64 nodeID = 1;getRole()string role = 2;com.google.protobuf.ByteStringstring role = 2;.milvus.proto.common.StateCode state_code = 3;int.milvus.proto.common.StateCode state_code = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNodeID
long getNodeID()int64 nodeID = 1;- Returns:
- The nodeID.
-
getRole
String getRole()string role = 2;- Returns:
- The role.
-
getRoleBytes
com.google.protobuf.ByteString getRoleBytes()string role = 2;- Returns:
- The bytes for role.
-
getStateCodeValue
int getStateCodeValue().milvus.proto.common.StateCode state_code = 3;- Returns:
- The enum numeric value on the wire for stateCode.
-
getStateCode
StateCode getStateCode().milvus.proto.common.StateCode state_code = 3;- Returns:
- The stateCode.
-
getExtraInfoList
List<KeyValuePair> getExtraInfoList()repeated .milvus.proto.common.KeyValuePair extra_info = 4; -
getExtraInfo
repeated .milvus.proto.common.KeyValuePair extra_info = 4; -
getExtraInfoCount
int getExtraInfoCount()repeated .milvus.proto.common.KeyValuePair extra_info = 4; -
getExtraInfoOrBuilderList
List<? extends KeyValuePairOrBuilder> getExtraInfoOrBuilderList()repeated .milvus.proto.common.KeyValuePair extra_info = 4; -
getExtraInfoOrBuilder
repeated .milvus.proto.common.KeyValuePair extra_info = 4;
-