Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.net
Class PartitionedService.PartitionRecoveryAction

java.lang.Object
  extended by com.tangosol.net.PartitionedService.PartitionRecoveryAction

All Implemented Interfaces:
Action, PartitionedService.PartitionedAction
Enclosing interface:
PartitionedService

public static class PartitionedService.PartitionRecoveryAction
extends java.lang.Object
implements PartitionedService.PartitionedAction

A PartitionedAction representing the recovery of orphaned partitions from the persistent storage, or the assignment of empty partitions if the persistent storage is unavailable or lost.


Field Summary
protected  java.lang.String[] m_asGUID
          The list of known GUIDs.
protected  PartitionSet m_partsOrphan
          The set of orphaned partitions.

 

Fields inherited from interface com.tangosol.net.PartitionedService.PartitionedAction
DISTRIBUTE, RESTORE

 

Constructor Summary
PartitionedService.PartitionRecoveryAction(PartitionSet partsOrphan, java.lang.String[] asGUID)
          Construct a PartitionRecoveryAction for the specified set of GUIDs that are known to ownership-enabled members of the service.

 

Method Summary
 java.lang.String[] getGUIDs()
          Return the list of known GUIDs.
 PartitionSet getOrphanedPartitions()
          Return the set of orphaned partitions.

 

Field Detail

m_asGUID

protected java.lang.String[] m_asGUID
The list of known GUIDs.

m_partsOrphan

protected PartitionSet m_partsOrphan
The set of orphaned partitions.

Constructor Detail

PartitionedService.PartitionRecoveryAction

public PartitionedService.PartitionRecoveryAction(PartitionSet partsOrphan,
                                                  java.lang.String[] asGUID)
Construct a PartitionRecoveryAction for the specified set of GUIDs that are known to ownership-enabled members of the service.
Parameters:
partsOrphan - the set of orphaned partitions
asGUID - the list of known GUIDs

Method Detail

getGUIDs

public java.lang.String[] getGUIDs()
Return the list of known GUIDs.
Returns:
the list of known GUIDs

getOrphanedPartitions

public PartitionSet getOrphanedPartitions()
Return the set of orphaned partitions.
Returns:
the set of orphaned partitions

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.