Rice Pastry API

Uses of Interface
rice.p2p.commonapi.IdRange

Packages that use IdRange
rice.p2p.commonapi   
rice.p2p.past   
rice.pastry   
rice.pastry.commonapi   
rice.persistence   
 

Uses of IdRange in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi that return IdRange
 rice.p2p.commonapi.IdRange Endpoint.range(rice.p2p.commonapi.NodeHandle handle, int rank, rice.p2p.commonapi.Id lkey)
          This operation provides information about ranges of keys for which the node is currently a rank-root.
 rice.p2p.commonapi.IdRange IdFactory.buildIdRange(rice.p2p.commonapi.Id cw, rice.p2p.commonapi.Id ccw)
          Creates an IdRange given the CW and CCW ids.
 rice.p2p.commonapi.IdRange IdRange.getComplementRange()
          get the complement of this range
 

Methods in rice.p2p.commonapi with parameters of type IdRange
 rice.p2p.commonapi.IdSet IdSet.subSet(rice.p2p.commonapi.IdRange range)
          return a subset of this set, consisting of the member ids in a given range
 

Uses of IdRange in rice.p2p.past
 

Methods in rice.p2p.past with parameters of type IdRange
 rice.p2p.commonapi.IdSet Past.scan(rice.p2p.commonapi.IdRange range)
          Return the ids of objects stored in this instance of Past on the *local* node, with ids in a given range.
 rice.p2p.commonapi.IdSet PastImpl.scan(rice.p2p.commonapi.IdRange range)
          Return the ids of objects stored in this instance of Past on the *local* node, with ids in a given range.
 

Uses of IdRange in rice.pastry
 

Classes in rice.pastry that implement IdRange
 class IdRange
          Represents a contiguous range of Pastry ids.
 

Methods in rice.pastry that return IdRange
 rice.p2p.commonapi.IdRange IdRange.getComplementRange()
          get the complement of this range
 

Methods in rice.pastry with parameters of type IdRange
 rice.p2p.commonapi.IdSet IdSet.subSet(rice.p2p.commonapi.IdRange range)
          return a subset of this set, consisting of the member ids in a given range
 

Uses of IdRange in rice.pastry.commonapi
 

Methods in rice.pastry.commonapi that return IdRange
 rice.p2p.commonapi.IdRange PastryEndpoint.range(rice.p2p.commonapi.NodeHandle n, int r, rice.p2p.commonapi.Id key, boolean cumulative)
          This method provides information about ranges of keys for which the node n is currently a r-root.
 rice.p2p.commonapi.IdRange PastryEndpoint.range(rice.p2p.commonapi.NodeHandle n, int r, rice.p2p.commonapi.Id key)
          This method provides information about ranges of keys for which the node n is currently a r-root.
 rice.p2p.commonapi.IdRange PastryIdFactory.buildIdRange(rice.p2p.commonapi.Id cw, rice.p2p.commonapi.Id ccw)
          Creates an IdRange given the CW and CCW ids.
 

Uses of IdRange in rice.persistence
 

Methods in rice.persistence with parameters of type IdRange
 void Catalog.scan(rice.p2p.commonapi.IdRange range, rice.Continuation c)
          Return the objects identified by the given range of ids.
 rice.p2p.commonapi.IdSet Catalog.scan(rice.p2p.commonapi.IdRange range)
          Return the objects identified by the given range of ids.
 void LRUCache.scan(rice.p2p.commonapi.IdRange range, rice.Continuation c)
          Return the objects identified by the given range of ids.
 rice.p2p.commonapi.IdSet LRUCache.scan(rice.p2p.commonapi.IdRange range)
          Return the objects identified by the given range of ids.
 void MemoryStorage.scan(rice.p2p.commonapi.IdRange range, rice.Continuation c)
          Return the objects identified by the given range of ids.
 rice.p2p.commonapi.IdSet MemoryStorage.scan(rice.p2p.commonapi.IdRange range)
          Return the objects identified by the given range of ids.
 void PersistentStorage.scan(rice.p2p.commonapi.IdRange range, rice.Continuation c)
          Return the objects identified by the given range of ids.
 rice.p2p.commonapi.IdSet PersistentStorage.scan(rice.p2p.commonapi.IdRange range)
          Return the objects identified by the given range of ids.
 void StorageManager.scan(rice.p2p.commonapi.IdRange range, rice.Continuation c)
          Return the objects identified by the given range of ids.
 rice.p2p.commonapi.IdSet StorageManager.scan(rice.p2p.commonapi.IdRange range)
          Return the objects identified by the given range of ids.
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection