Interface ClusterMessages.ConfigCheckOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getClusterConfig()
      optional string clusterConfig = 2;
      akka.protobuf.ByteString getClusterConfigBytes()
      optional string clusterConfig = 2;
      ClusterMessages.ConfigCheck.Type getType()
      required .ConfigCheck.Type type = 1;
      boolean hasClusterConfig()
      optional string clusterConfig = 2;
      boolean hasType()
      required .ConfigCheck.Type type = 1;
      • Methods inherited from interface akka.protobuf.GeneratedMessage.ExtendableMessageOrBuilder

        getExtension, getExtension, getExtensionCount, hasExtension
      • 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

      • hasType

        boolean hasType()
        required .ConfigCheck.Type type = 1;
      • hasClusterConfig

        boolean hasClusterConfig()
        optional string clusterConfig = 2;
      • getClusterConfig

        java.lang.String getClusterConfig()
        optional string clusterConfig = 2;
      • getClusterConfigBytes

        akka.protobuf.ByteString getClusterConfigBytes()
        optional string clusterConfig = 2;