Uses of Class
org.kth.dks.dks_exceptions.DKSTooManyRestartJoins

Packages that use DKSTooManyRestartJoins
org.kth.dks   
org.kth.dks.dks_dht   
org.kth.dks.dks_node   
 

Uses of DKSTooManyRestartJoins in org.kth.dks
 

Methods in org.kth.dks that throw DKSTooManyRestartJoins
 DKSMCastDHTInterface DKSMCastDHTInterface.createGroup(long gid, DKSDHTCallback cb)
          Create a new multicast group with a specific group id.
 void DKSImpl.join(DKSRef existingnodeAddress)
           
 void DKSInterface.join(DKSRef existingnodeAddress)
          Adds a new node to the network managed by the local DKS implementation.
 void DKSImpl.join(long existingnodeId, java.net.URL existingnodeAddress)
           
 

Constructors in org.kth.dks that throw DKSTooManyRestartJoins
JDHT(int port, java.lang.String url)
          Joins an existing Distributed Hash Table (DHT) running on some machines, will bind to the supplied local port number An IMPORTANT invariant is to call close() upon exit to disconnect.
JDHT(java.lang.String url)
          Joins an existing Distributed Hash Table (DHT) running on some machines, will bind to local port 4444 An IMPORTANT invariant is to call close() upon exit to disconnect.
 

Uses of DKSTooManyRestartJoins in org.kth.dks.dks_dht
 

Methods in org.kth.dks.dks_dht that throw DKSTooManyRestartJoins
 DKSMCastDHTInterface DKSMCastDHTImpl.createGroup(long gid, DKSDHTCallback cb)
          Create a new multicast group with a specific group id.
 void DKSDHTImpl.join(DKSRef existingnodeAddress)
           
 void DKSMCastDHTImpl.join(DKSRef existingnodeAddress)
          Adds a new node to the network managed by the local DKS implementation.
 void DKSDHTImpl.join(long existingnodeId, java.net.URL existingnodeAddress)
          should be deprecated
 

Uses of DKSTooManyRestartJoins in org.kth.dks.dks_node
 

Methods in org.kth.dks.dks_node that throw DKSTooManyRestartJoins
 void DKSNode.restartJoinH(DKSRef nj, RestartJoinMsg msg)
           
 



Copyright © 2010. All Rights Reserved.