| 
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IdFactory | |
| rice.p2p.commonapi | |
| rice.p2p.commonapi.testing | |
| rice.p2p.past | |
| rice.p2p.scribe | |
| rice.p2p.splitstream | |
| rice.pastry | |
| rice.pastry.commonapi | |
| rice.persistence | |
| Uses of IdFactory in rice.p2p.commonapi | 
| Methods in rice.p2p.commonapi that return IdFactory | |
 rice.p2p.commonapi.IdFactory | 
Node.getIdFactory()
Returns a factory for Ids specific to this node's protocol.  | 
| Uses of IdFactory in rice.p2p.commonapi.testing | 
| Fields in rice.p2p.commonapi.testing declared as IdFactory | |
static rice.p2p.commonapi.IdFactory | 
CommonAPITest.FACTORY
 | 
| Uses of IdFactory in rice.p2p.past | 
| Fields in rice.p2p.past declared as IdFactory | |
protected  rice.p2p.commonapi.IdFactory | 
PastImpl.factory
 | 
| Uses of IdFactory in rice.p2p.scribe | 
| Methods in rice.p2p.scribe with parameters of type IdFactory | |
static rice.p2p.commonapi.Id | 
Topic.getId(rice.p2p.commonapi.IdFactory factory,
      java.lang.String name)
Returns the Id to which the string is mapped  | 
| Constructors in rice.p2p.scribe with parameters of type IdFactory | |
Topic(rice.p2p.commonapi.IdFactory factory,
      java.lang.String name)
Constructor which takes a name for this topic  | 
|
| Uses of IdFactory in rice.p2p.splitstream | 
| Methods in rice.p2p.splitstream with parameters of type IdFactory | |
protected static rice.p2p.splitstream.StripeId[] | 
Channel.generateStripeIds(rice.p2p.splitstream.ChannelId id,
                  rice.p2p.commonapi.IdFactory factory)
Creates and returns the Ids associated with the provided channelId  | 
| Constructors in rice.p2p.splitstream with parameters of type IdFactory | |
Channel(rice.p2p.splitstream.ChannelId channelId,
        rice.p2p.scribe.Scribe scribe,
        rice.p2p.commonapi.IdFactory factory,
        rice.p2p.commonapi.Id localId)
Constructor to create a new channel from scratch  | 
|
| Uses of IdFactory in rice.pastry | 
| Methods in rice.pastry that return IdFactory | |
 rice.p2p.commonapi.IdFactory | 
PastryNode.getIdFactory()
Returns a factory for Ids specific to this node's protocol.  | 
| Uses of IdFactory in rice.pastry.commonapi | 
| Classes in rice.pastry.commonapi that implement IdFactory | |
 class | 
PastryIdFactory
This class provides applications with a way of genertating pastry Ids.  | 
| Uses of IdFactory in rice.persistence | 
| Constructors in rice.persistence with parameters of type IdFactory | |
MemoryStorage(rice.p2p.commonapi.IdFactory factory)
Builds a MemoryStorage object.  | 
|
PersistentStorage(rice.p2p.commonapi.IdFactory factory,
                  java.lang.String rootDir,
                  int size)
Builds a PersistentStorage given a root directory in which to persist the data.  | 
|
PersistentStorage(rice.p2p.commonapi.IdFactory factory,
                  java.lang.String name,
                  java.lang.String rootDir,
                  int size)
Builds a PersistentStorage given and an instance name and a root directoy in which to persist the data.  | 
|
StorageManager(rice.p2p.commonapi.IdFactory factory,
               rice.persistence.Storage storage,
               rice.persistence.Cache cache)
Builds a StorageManager given a Storage object to provide storage services and a Cache object to provide caching services.  | 
|
  | 
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||