Rice Pastry API

Uses of Interface
rice.p2p.commonapi.IdSet

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

Uses of IdSet in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi that return IdSet
 rice.p2p.commonapi.IdSet IdFactory.buildIdSet()
          Creates an empty IdSet.
 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 IdSet in rice.p2p.past
 

Fields in rice.p2p.past declared as IdSet
protected  rice.p2p.commonapi.IdSet PastImpl.pending
           
 

Methods in rice.p2p.past that return IdSet
 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 IdSet in rice.pastry
 

Classes in rice.pastry that implement IdSet
 class IdSet
          Represents a set of Pastry ids.
 

Methods in rice.pastry that return IdSet
 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 IdSet in rice.pastry.commonapi
 

Methods in rice.pastry.commonapi that return IdSet
 rice.p2p.commonapi.IdSet PastryIdFactory.buildIdSet()
          Creates an empty IdSet.
 

Uses of IdSet in rice.persistence
 

Methods in rice.persistence that return IdSet
 rice.p2p.commonapi.IdSet Catalog.scan(rice.p2p.commonapi.IdRange range)
          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.
 rice.p2p.commonapi.IdSet MemoryStorage.scan(rice.p2p.commonapi.IdRange range)
          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.
 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