Package org.apache.pekko.cluster
Class JoinConfigCompatChecker$
java.lang.Object
org.apache.pekko.cluster.JoinConfigCompatChecker$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JoinConfigCompatChecker$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionChecks that allrequiredKeysare available intoCheckConfig.fullMatch(scala.collection.immutable.Seq<String> requiredKeys, com.typesafe.config.Config toCheck, com.typesafe.config.Config actualConfig) Checks that allrequiredKeysare available intoCheckConfig and its values match exactly the values incurrentConfig.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
JoinConfigCompatChecker$
public JoinConfigCompatChecker$()
-
-
Method Details
-
exists
public ConfigValidation exists(scala.collection.immutable.Seq<String> requiredKeys, com.typesafe.config.Config toCheck) Checks that allrequiredKeysare available intoCheckConfig.- Parameters:
requiredKeys- - a Seq of required keystoCheck- - the Config instance to be checked
-
fullMatch
public ConfigValidation fullMatch(scala.collection.immutable.Seq<String> requiredKeys, com.typesafe.config.Config toCheck, com.typesafe.config.Config actualConfig) Checks that allrequiredKeysare available intoCheckConfig and its values match exactly the values incurrentConfig.- Parameters:
requiredKeys- - a Seq of required keystoCheck- - the Config instance to be checkedactualConfig- - the Config instance containing the expected values
-