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(Dispatcher dispatcher, long waitForRepopulationTime)
           
 
Method Summary
 void repopulate(LocalPartition[] toBePopulated)
           
protected  void repopulate(LocalPartition[] toBePopulated, Peer peer, java.util.Map keyToSessionNames)
           
protected  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(Dispatcher dispatcher,
                                    long waitForRepopulationTime)
Method Detail

repopulate

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

sendRepopulateRequest

protected Quipu sendRepopulateRequest(LocalPartition[] toBePopulated)
                               throws MessageExchangeException
Throws:
MessageExchangeException

repopulate

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


Copyright © 2010. All Rights Reserved.