org.codehaus.wadi.location.partition
Class BasicPartitionRepopulateTask

java.lang.Object
  extended by org.codehaus.wadi.location.partition.BasicPartitionRepopulateTask
All Implemented Interfaces:
PartitionRepopulateTask

public class BasicPartitionRepopulateTask
extends java.lang.Object
implements PartitionRepopulateTask

Version:
$Revision: 1538 $

Constructor Summary
BasicPartitionRepopulateTask(org.codehaus.wadi.group.Dispatcher dispatcher, long waitForRepopulationTime)
           
 
Method Summary
 void repopulate(LocalPartition[] toBePopulated)
           
protected  void repopulate(LocalPartition[] toBePopulated, org.codehaus.wadi.group.Peer peer, java.util.Map keyToSessionNames)
           
protected  org.codehaus.wadi.group.Quipu sendRepopulateRequest(LocalPartition[] toBePopulated)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicPartitionRepopulateTask

public BasicPartitionRepopulateTask(org.codehaus.wadi.group.Dispatcher dispatcher,
                                    long waitForRepopulationTime)
Method Detail

repopulate

public void repopulate(LocalPartition[] toBePopulated)
                throws org.codehaus.wadi.group.MessageExchangeException,
                       PartitionRepopulationException
Specified by:
repopulate in interface PartitionRepopulateTask
Throws:
org.codehaus.wadi.group.MessageExchangeException
PartitionRepopulationException

sendRepopulateRequest

protected org.codehaus.wadi.group.Quipu sendRepopulateRequest(LocalPartition[] toBePopulated)
                                                       throws org.codehaus.wadi.group.MessageExchangeException
Throws:
org.codehaus.wadi.group.MessageExchangeException

repopulate

protected void repopulate(LocalPartition[] toBePopulated,
                          org.codehaus.wadi.group.Peer peer,
                          java.util.Map keyToSessionNames)


Copyright © 2010. All Rights Reserved.