Interface ClusterMessages.InitJoinOrBuilder

  • All Superinterfaces:
    org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
    All Known Implementing Classes:
    ClusterMessages.InitJoin, ClusterMessages.InitJoin.Builder
    Enclosing class:
    ClusterMessages

    public static interface ClusterMessages.InitJoinOrBuilder
    extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCurrentConfig()
      optional string currentConfig = 1;
      org.apache.pekko.protobufv3.internal.ByteString getCurrentConfigBytes()
      optional string currentConfig = 1;
      boolean hasCurrentConfig()
      optional string currentConfig = 1;
      • Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface org.apache.pekko.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

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