net.tomp2p.replication
Class DefaultTrackerReplication

java.lang.Object
  extended by net.tomp2p.replication.DefaultTrackerReplication
All Implemented Interfaces:
ResponsibilityListener

public class DefaultTrackerReplication
extends Object
implements ResponsibilityListener


Constructor Summary
DefaultTrackerReplication(Storage storage, TrackerRPC trackerRPC, Map<BaseFuture,Long> pendingFutures, Statistics statistics)
           
 
Method Summary
 void meResponsible(Number160 locationKey)
           
 void otherResponsible(Number160 locationKey, PeerAddress other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTrackerReplication

public DefaultTrackerReplication(Storage storage,
                                 TrackerRPC trackerRPC,
                                 Map<BaseFuture,Long> pendingFutures,
                                 Statistics statistics)
Method Detail

otherResponsible

public void otherResponsible(Number160 locationKey,
                             PeerAddress other)
Specified by:
otherResponsible in interface ResponsibilityListener

meResponsible

public void meResponsible(Number160 locationKey)
Specified by:
meResponsible in interface ResponsibilityListener


Copyright © 2011. All Rights Reserved.