|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IdFactory in rice.p2p.aggregation |
---|
Fields in rice.p2p.aggregation declared as IdFactory | |
---|---|
protected IdFactory |
AggregateList.factory
|
protected IdFactory |
AggregationImpl.factory
|
Constructors in rice.p2p.aggregation with parameters of type IdFactory | |
---|---|
AggregateList(java.lang.String configFileName,
java.lang.String label,
IdFactory factory,
boolean loggingEnabled,
java.lang.String instance,
Environment env)
|
|
AggregationImpl(Node node,
Past aggregateStore,
Past objectStore,
StorageManager waitingList,
java.lang.String configFileName,
IdFactory factory,
java.lang.String instance)
|
|
AggregationImpl(Node node,
Past aggregateStore,
Past objectStore,
StorageManager waitingList,
java.lang.String configFileName,
IdFactory factory,
java.lang.String instance,
AggregationPolicy policy,
AggregateFactory aggregateFactory)
|
Uses of IdFactory in rice.p2p.commonapi |
---|
Methods in rice.p2p.commonapi that return IdFactory | |
---|---|
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 | |
---|---|
IdFactory |
CommonAPITest.FACTORY
|
Uses of IdFactory in rice.p2p.glacier |
---|
Classes in rice.p2p.glacier that implement IdFactory | |
---|---|
class |
FragmentKeyFactory
DESCRIBE THE CLASS |
class |
VersionKeyFactory
DESCRIBE THE CLASS |
Uses of IdFactory in rice.p2p.glacier.v2 |
---|
Fields in rice.p2p.glacier.v2 declared as IdFactory | |
---|---|
protected IdFactory |
GlacierImpl.factory
|
Constructors in rice.p2p.glacier.v2 with parameters of type IdFactory | |
---|---|
GlacierImpl(Node nodeArg,
StorageManager fragmentStorageArg,
StorageManager neighborStorageArg,
int numFragmentsArg,
int numSurvivorsArg,
IdFactory factoryArg,
java.lang.String instanceArg,
GlacierPolicy policyArg)
|
Uses of IdFactory in rice.p2p.multiring |
---|
Classes in rice.p2p.multiring that implement IdFactory | |
---|---|
class |
MultiringIdFactory
|
Fields in rice.p2p.multiring declared as IdFactory | |
---|---|
protected IdFactory |
MultiringIdFactory.factory
The underlying IdFactory |
Methods in rice.p2p.multiring that return IdFactory | |
---|---|
IdFactory |
MultiringNode.getIdFactory()
Returns a factory for Ids specific to this node's protocol. |
Constructors in rice.p2p.multiring with parameters of type IdFactory | |
---|---|
MultiringIdFactory(Id ringId,
IdFactory factory)
Constructor |
Uses of IdFactory in rice.p2p.multiring.testing |
---|
Fields in rice.p2p.multiring.testing declared as IdFactory | |
---|---|
protected IdFactory |
MultiringRegrTest.idFactory
|
Uses of IdFactory in rice.p2p.past |
---|
Fields in rice.p2p.past declared as IdFactory | |
---|---|
protected IdFactory |
PastImpl.factory
|
Uses of IdFactory in rice.p2p.past.gc |
---|
Classes in rice.p2p.past.gc that implement IdFactory | |
---|---|
class |
GCIdFactory
|
Fields in rice.p2p.past.gc declared as IdFactory | |
---|---|
protected IdFactory |
GCIdFactory.factory
The underlying IdFactory |
protected IdFactory |
GCPastImpl.realFactory
The real factory, which is not wrapped with a GCIdFactory |
Methods in rice.p2p.past.gc that return IdFactory | |
---|---|
IdFactory |
GCNode.getIdFactory()
Returns a factory for Ids specific to this node's protocol. |
Constructors in rice.p2p.past.gc with parameters of type IdFactory | |
---|---|
GCIdFactory(IdFactory factory)
Constructor |
|
GCIdSet(IdFactory factory)
Constructor |
Uses of IdFactory in rice.p2p.past.testing |
---|
Constructors in rice.p2p.past.testing with parameters of type IdFactory | |
---|---|
DistPastTestContent(Environment env,
IdFactory idf,
java.lang.String content)
|
Uses of IdFactory in rice.p2p.replication |
---|
Fields in rice.p2p.replication declared as IdFactory | |
---|---|
protected IdFactory |
ReplicationImpl.factory
The factory for create IdSets and IdRanges |
Methods in rice.p2p.replication with parameters of type IdFactory | |
---|---|
IdSet |
ReplicationPolicy.difference(IdSet local,
IdSet remote,
IdFactory factory)
This method is given a list of local ids and a list of remote ids, and should return the list of remote ids which need to be fetched. |
IdSet |
ReplicationPolicy.DefaultReplicationPolicy.difference(IdSet local,
IdSet remote,
IdFactory factory)
This method simply returns remote-local. |
static IdSet |
ReplicationImpl.merge(IdFactory factory,
IdSet a,
IdSet b)
Internal method which takes returns set A + set B, or all of the members of set A and set B. |
Uses of IdFactory in rice.p2p.replication.manager |
---|
Fields in rice.p2p.replication.manager declared as IdFactory | |
---|---|
protected IdFactory |
ReplicationManagerImpl.factory
The id factory used for manipulating ids |
Uses of IdFactory in rice.p2p.scribe |
---|
Methods in rice.p2p.scribe with parameters of type IdFactory | |
---|---|
static Id |
Topic.getId(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(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 StripeId[] |
Channel.generateStripeIds(ChannelId id,
IdFactory factory)
Creates and returns the Ids associated with the provided channelId |
Constructors in rice.p2p.splitstream with parameters of type IdFactory | |
---|---|
Channel(ChannelId channelId,
Scribe scribe,
java.lang.String instance,
IdFactory factory,
Id localId,
int stripeBase,
int maxFailedSubscriptions)
Constructor to create a new channel from scratch |
Uses of IdFactory in rice.p2p.util.testing |
---|
Fields in rice.p2p.util.testing declared as IdFactory | |
---|---|
static IdFactory |
IdBloomFilterReplicationTest.factory
|
static IdFactory |
IdBloomFilterReplicationTest.pFactory
|
Methods in rice.p2p.util.testing with parameters of type IdFactory | |
---|---|
protected static void |
RedBlackMapUnit.testSortedMap(int iterations,
java.util.SortedMap map,
IdFactory factory,
RandomSource random,
int depth)
|
Uses of IdFactory in rice.pastry |
---|
Methods in rice.pastry that return IdFactory | |
---|---|
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 |
---|
Fields in rice.persistence declared as IdFactory | |
---|---|
protected IdFactory |
EmptyCache.factory
The facotry for building id sets |
Constructors in rice.persistence with parameters of type IdFactory | |
---|---|
EmptyCache(IdFactory factory)
Builds an emtpy cache |
|
MemoryStorage(IdFactory factory)
Builds a MemoryStorage object. |
|
PersistentStorage(IdFactory factory,
java.lang.String rootDir,
long size,
Environment env)
Builds a PersistentStorage given a root directory in which to persist the data. |
|
PersistentStorage(IdFactory factory,
java.lang.String name,
java.lang.String rootDir,
long size,
boolean index,
Environment env)
Builds a PersistentStorage given and an instance name and a root directory in which to persist the data. |
|
PersistentStorage(IdFactory factory,
java.lang.String name,
java.lang.String rootDir,
long size,
Environment env)
Builds a PersistentStorage given and an instance name and a root directory in which to persist the data. |
|
StorageManagerImpl(IdFactory factory,
Storage storage,
Cache cache)
Builds a StorageManager given a Storage object to provide storage services and a Cache object to provide caching services. |
Uses of IdFactory in rice.tutorial.appsocket |
---|
Constructors in rice.tutorial.appsocket with parameters of type IdFactory | |
---|---|
MyApp(Node node,
IdFactory factory)
|
Uses of IdFactory in rice.tutorial.remotesocket |
---|
Constructors in rice.tutorial.remotesocket with parameters of type IdFactory | |
---|---|
MyApp(Node node,
IdFactory factory)
|
Uses of IdFactory in rice.tutorial.sendfile |
---|
Constructors in rice.tutorial.sendfile with parameters of type IdFactory | |
---|---|
MyApp(Node node,
IdFactory factory)
|
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |