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.protobufv3.internal.ByteString getCurrentConfigBytes()
      optional string currentConfig = 1;
      boolean hasCurrentConfig()
      optional string currentConfig = 1;
      • Methods inherited from interface akka.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder

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

      • hasCurrentConfig

        boolean hasCurrentConfig()
        optional string currentConfig = 1;
        Returns:
        Whether the currentConfig field is set.
      • getCurrentConfig

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

        akka.protobufv3.internal.ByteString getCurrentConfigBytes()
        optional string currentConfig = 1;
        Returns:
        The bytes for currentConfig.