Class JoinConfigCompatCheckSharding
java.lang.Object
org.apache.pekko.cluster.JoinConfigCompatChecker
org.apache.pekko.cluster.sharding.JoinConfigCompatCheckSharding
INTERNAL API
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.pekko.cluster.JoinConfigCompatCheckerexists, fullMatch
- 
Constructor Details- 
JoinConfigCompatCheckShardingpublic JoinConfigCompatCheckSharding()
 
- 
- 
Method Details- 
checkpublic ConfigValidation check(com.typesafe.config.Config toCheck, com.typesafe.config.Config actualConfig) Description copied from class:JoinConfigCompatCheckerRuns the Config check.Implementers are free to define what makes Config entry compatible or not. We do provide some pre-build checks tough: JoinConfigCompatChecker.existsandJoinConfigCompatChecker.fullMatch- Specified by:
- checkin class- JoinConfigCompatChecker
- Parameters:
- toCheck- - the Config instance to be checked
- actualConfig- - the Config instance containing the actual values
- Returns:
- a ConfigValidation. Can beValidorInvalid, the later must contain a descriptive list of error messages.
 
- 
requiredKeysDescription copied from class:JoinConfigCompatCheckerThe configuration keys that are required for this checker- Specified by:
- requiredKeysin class- JoinConfigCompatChecker
 
 
-