Package com.atlassian.confluence.cluster
Class ClusterCompatibilityValidator
java.lang.Object
com.atlassian.confluence.cluster.ClusterCompatibilityValidator
This class validates if the current node is compatible with the cluster.
- Since:
- 7.14
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Validates at bootstrap if the current node is compatible with the cluster state.
-
Constructor Details
-
ClusterCompatibilityValidator
-
-
Method Details
-
validate
Validates at bootstrap if the current node is compatible with the cluster state.- Parameters:
data
- bootstrap data- Throws:
ClusterException
- if the current node is incompatible with the current cluster state.
-