Rice Pastry API

Uses of Class
rice.pastry.IdSet

Packages that use IdSet
rice.p2p.past   
rice.past   
rice.pastry   
rice.rm   
rice.rm.messaging   
rice.rm.testing   
 

Uses of IdSet in rice.p2p.past
 

Methods in rice.p2p.past that return IdSet
 rice.pastry.IdSet PastImpl.scan(rice.pastry.IdRange range)
          This upcall should return the set of keys that the application currently stores in this range.
 

Methods in rice.p2p.past with parameters of type IdSet
 void PastImpl.fetch(rice.pastry.IdSet keySet)
          This upcall is invoked to notify the application that is should fetch the cooresponding keys in this set, since the node is now responsible for these keys also.
 

Uses of IdSet in rice.past
 

Methods in rice.past that return IdSet
 rice.pastry.IdSet PASTServiceImpl.scan(rice.pastry.IdRange range)
          Deprecated. This upcall should return the set of keys that the application currently stores in this range.
 

Methods in rice.past with parameters of type IdSet
 void PASTServiceImpl.fetch(rice.pastry.IdSet keySet)
          Deprecated. This upcall is invoked to notify the application that is should fetch the cooresponding keys in this set, since the node is now responsible for these keys also
 

Uses of IdSet in rice.pastry
 

Methods in rice.pastry that return IdSet
 rice.pastry.IdSet IdSet.subSet(rice.pastry.Id from, rice.pastry.Id to)
          return a subset of this set, consisting of the member ids in a given range
 rice.pastry.IdSet IdSet.subSet(rice.pastry.IdRange range)
          return a subset of this set, consisting of the member ids in a given range
 

Constructors in rice.pastry with parameters of type IdSet
IdSet(rice.pastry.IdSet o)
          Copy constructor.
 

Uses of IdSet in rice.rm
 

Methods in rice.rm that return IdSet
 rice.pastry.IdSet RMClient.scan(rice.pastry.IdRange range)
          This upcall should return the set of keys that the application currently stores in this range.
 

Methods in rice.rm with parameters of type IdSet
 void RMClient.fetch(rice.pastry.IdSet keySet)
          This upcall is invoked to notify the application that is should fetch the cooresponding keys in this set, since the node is now responsible for these keys also.
 

Uses of IdSet in rice.rm.messaging
 

Methods in rice.rm.messaging that return IdSet
 rice.pastry.IdSet RMMessage.KEEntry.getKeySet()
           
 

Constructors in rice.rm.messaging with parameters of type IdSet
RMMessage.KEEntry(rice.pastry.IdRange _reqRange, rice.pastry.IdRange _range, int _numKeys, boolean _hashEnabled, rice.pastry.Id _hash, rice.pastry.IdSet _keySet)
           
 

Uses of IdSet in rice.rm.testing
 

Fields in rice.rm.testing declared as IdSet
 rice.pastry.IdSet RMRegrTestApp.m_keys
           
 rice.pastry.IdSet RMRegrTestApp.m_refreshedKeys
           
 

Methods in rice.rm.testing that return IdSet
 rice.pastry.IdSet RMRegrTestApp.scan(rice.pastry.IdRange range)
           
 

Methods in rice.rm.testing with parameters of type IdSet
 void RMRegrTestApp.fetch(rice.pastry.IdSet keySet)
           
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection