Package com.atlassian.confluence.cluster
Class ClusterInvariants
- java.lang.Object
-
- com.atlassian.confluence.cluster.ClusterInvariants
-
- All Implemented Interfaces:
Serializable
public class ClusterInvariants extends Object implements Serializable
This class contains all attributes of a cluster which must be identical between nodes on a stable cluster- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ClusterInvariants()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDifferenceExplanation(ClusterInvariants cluster)inthashCode()
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-