Interface ClusterMessages.AddressOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getHostname()
      required string hostname = 2;
      akka.protobuf.ByteString getHostnameBytes()
      required string hostname = 2;
      int getPort()
      required uint32 port = 3;
      java.lang.String getProtocol()
      optional string protocol = 4;
      akka.protobuf.ByteString getProtocolBytes()
      optional string protocol = 4;
      java.lang.String getSystem()
      required string system = 1;
      akka.protobuf.ByteString getSystemBytes()
      required string system = 1;
      boolean hasHostname()
      required string hostname = 2;
      boolean hasPort()
      required uint32 port = 3;
      boolean hasProtocol()
      optional string protocol = 4;
      boolean hasSystem()
      required string system = 1;
      • Methods inherited from interface akka.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
    • Method Detail

      • hasSystem

        boolean hasSystem()
        required string system = 1;
      • getSystem

        java.lang.String getSystem()
        required string system = 1;
      • getSystemBytes

        akka.protobuf.ByteString getSystemBytes()
        required string system = 1;
      • hasHostname

        boolean hasHostname()
        required string hostname = 2;
      • getHostname

        java.lang.String getHostname()
        required string hostname = 2;
      • getHostnameBytes

        akka.protobuf.ByteString getHostnameBytes()
        required string hostname = 2;
      • hasPort

        boolean hasPort()
        required uint32 port = 3;
      • getPort

        int getPort()
        required uint32 port = 3;
      • hasProtocol

        boolean hasProtocol()
        optional string protocol = 4;
      • getProtocol

        java.lang.String getProtocol()
        optional string protocol = 4;
      • getProtocolBytes

        akka.protobuf.ByteString getProtocolBytes()
        optional string protocol = 4;