| java.lang.Object org.jboss.ha.framework.interfaces.SubPartitionInfo
memberNodeNames | public ArrayList memberNodeNames(Code) | | List of nodes part of this sub-partition
|
subPartitionMergedNames | public HashSet subPartitionMergedNames(Code) | | 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
|
subPartitionName | public String subPartitionName(Code) | | Name of the current sub-partition (will be used to create a JGroups group)
|
SubPartitionInfo | public SubPartitionInfo()(Code) | | |
actsForSubPartition | public boolean actsForSubPartition(String subPartitionName)(Code) | | |
compareTo | public int compareTo(Object o)(Code) | | "Note: this class has a natural ordering that is
inconsistent with equals."
|
setIsNewGroup | public void setIsNewGroup()(Code) | | |
|
|