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

    Modifier and Type
    Method
    Description
    optional string currentConfig = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    optional string currentConfig = 1;
    boolean
    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 Details

    • hasCurrentConfig

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

      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.