org.codehaus.wadi.dindex
Interface CoordinatorConfig

All Known Implementing Classes:
DIndex

public interface CoordinatorConfig


Method Summary
 Cluster getCluster()
           
 Dispatcher getDispatcher()
           
 long getInactiveTime()
           
 Collection getLeavers()
           
 Collection getLeft()
           
 Node getLocalNode()
           
 int getNumPartitions()
           
 Collection getRemoteNodes()
           
 Map getRendezVousMap()
           
 void regenerateMissingPartitions(Node[] living, Node[] leaving)
           
 

Method Detail

getNumPartitions

public int getNumPartitions()

getLocalNode

public Node getLocalNode()

getRemoteNodes

public Collection getRemoteNodes()

getCluster

public Cluster getCluster()

getDispatcher

public Dispatcher getDispatcher()

getRendezVousMap

public Map getRendezVousMap()

getLeavers

public Collection getLeavers()

getLeft

public Collection getLeft()

getInactiveTime

public long getInactiveTime()

regenerateMissingPartitions

public void regenerateMissingPartitions(Node[] living,
                                        Node[] leaving)


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.