Interface NodeInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
NodeInfo, NodeInfo.Builder

public interface NodeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string address = 2;
    com.google.protobuf.ByteString
    string address = 2;
    string hostname = 3;
    com.google.protobuf.ByteString
    string hostname = 3;
    long
    int64 node_id = 1;

    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 node_id = 1;
      Returns:
      The nodeId.
    • getAddress

      String getAddress()
      string address = 2;
      Returns:
      The address.
    • getAddressBytes

      com.google.protobuf.ByteString getAddressBytes()
      string address = 2;
      Returns:
      The bytes for address.
    • getHostname

      String getHostname()
      string hostname = 3;
      Returns:
      The hostname.
    • getHostnameBytes

      com.google.protobuf.ByteString getHostnameBytes()
      string hostname = 3;
      Returns:
      The bytes for hostname.