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 Type
    Method
    Description
    getExtraInfo(int index)
    repeated .milvus.proto.common.KeyValuePair extra_info = 4;
    int
    repeated .milvus.proto.common.KeyValuePair extra_info = 4;
    repeated .milvus.proto.common.KeyValuePair extra_info = 4;
    repeated .milvus.proto.common.KeyValuePair extra_info = 4;
    repeated .milvus.proto.common.KeyValuePair extra_info = 4;
    long
    int64 nodeID = 1;
    string role = 2;
    com.google.protobuf.ByteString
    string 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

    isInitialized

    Methods 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

      KeyValuePair getExtraInfo(int index)
      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

      KeyValuePairOrBuilder getExtraInfoOrBuilder(int index)
      repeated .milvus.proto.common.KeyValuePair extra_info = 4;