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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAddress()
      string address = 2;
      com.google.protobuf.ByteString getAddressBytes()
      string address = 2;
      String getHostname()
      string hostname = 3;
      com.google.protobuf.ByteString getHostnameBytes()
      string hostname = 3;
      long getNodeId()
      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 Detail

      • 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.