public static class PartitionedService.PartitionRecoveryAction extends Object implements PartitionedService.PartitionedAction
| Modifier and Type | Field | Description |
|---|---|---|
protected com.tangosol.net.internal.QuorumInfo |
m_infoQuorum |
The "last good" service membership.
|
protected PartitionSet |
m_partsOrphan |
The set of orphaned partitions.
|
protected GUIDHelper.GUIDResolver |
m_resolver |
The GUID resolver.
|
DISTRIBUTE, RESTORE| Constructor | Description |
|---|---|
PartitionRecoveryAction(PartitionSet partsOrphan,
GUIDHelper.GUIDResolver resolver,
com.tangosol.net.internal.QuorumInfo infoQuorum) |
Construct a PartitionRecoveryAction for the specified partitions,
GUID resolver and the "last good" membership info.
|
| Modifier and Type | Method | Description |
|---|---|---|
PartitionSet |
getOrphanedPartitions() |
Return the set of orphaned partitions.
|
com.tangosol.net.internal.QuorumInfo |
getQuorumInfo() |
Return the "last good" service membership info.
|
GUIDHelper.GUIDResolver |
getResolver() |
Return the GUID resolver.
|
protected GUIDHelper.GUIDResolver m_resolver
protected PartitionSet m_partsOrphan
protected com.tangosol.net.internal.QuorumInfo m_infoQuorum
public PartitionRecoveryAction(PartitionSet partsOrphan, GUIDHelper.GUIDResolver resolver, com.tangosol.net.internal.QuorumInfo infoQuorum)
partsOrphan - the set of orphaned partitionsresolver - the GUID resolverinfoQuorum - the "last good" membership infopublic GUIDHelper.GUIDResolver getResolver()
public PartitionSet getOrphanedPartitions()
public com.tangosol.net.internal.QuorumInfo getQuorumInfo()