Package com.atlassian.confluence.cluster
Class ClusterCompatibilityValidator
- java.lang.Object
-
- com.atlassian.confluence.cluster.ClusterCompatibilityValidator
-
public class ClusterCompatibilityValidator extends Object
This class validates if the current node is compatible with the cluster.- Since:
- 7.14
-
-
Constructor Summary
Constructors Constructor Description ClusterCompatibilityValidator(ClusterManager clusterManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate(BootstrapDatabaseAccessor.BootstrapDatabaseData data)
Validates at bootstrap if the current node is compatible with the cluster state.
-
-
-
Constructor Detail
-
ClusterCompatibilityValidator
public ClusterCompatibilityValidator(ClusterManager clusterManager)
-
-
Method Detail
-
validate
public void validate(BootstrapDatabaseAccessor.BootstrapDatabaseData data) throws ClusterException
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.
-
-