java.lang.Objectorg.jboss.ha.framework.interfaces.SubPartitionInfo
All Implemented Interfaces:
Cloneable, Serializable, Comparable
< - a href="mailto:sacha.labourey@cogito-info.ch">Sacha Labourey$ - Revision: 37459 $| Field Summary | ||
|---|---|---|
| public String | subPartitionName | Name of the current sub-partition (will be used to create a JGroups group) |
| public HashSet | subPartitionMergedNames | When sub-partitions are merged, some names will disappear (eg. Merge G1 and G2 in G1) this structure remembers the removed named so that HAPartition can know which new group they should join |
| public ArrayList | memberNodeNames | List of nodes part of this sub-partition |
| Constructor: |
|---|
|
|
| Method from org.jboss.ha.framework.interfaces.SubPartitionInfo Summary: |
|---|
| actsForSubPartition, clone, compareTo, containsNode, merge, setIsNewGroup, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.jboss.ha.framework.interfaces.SubPartitionInfo Detail: |
|---|
|
|
|
|
|
|
|