Interface ClusterMessages.InitJoinOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCurrentConfig()
      optional string currentConfig = 1;
      akka.protobuf.ByteString getCurrentConfigBytes()
      optional string currentConfig = 1;
      boolean hasCurrentConfig()
      optional string currentConfig = 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

      • hasCurrentConfig

        boolean hasCurrentConfig()
        optional string currentConfig = 1;
      • getCurrentConfig

        java.lang.String getCurrentConfig()
        optional string currentConfig = 1;
      • getCurrentConfigBytes

        akka.protobuf.ByteString getCurrentConfigBytes()
        optional string currentConfig = 1;