Rice Pastry API

Uses of Interface
rice.environment.random.RandomSource

Packages that use RandomSource
org.mpisws.p2p.transport.direct   
org.mpisws.p2p.transport.peerreview.replay.record   
rice.environment   
rice.environment.random.simple   
rice.p2p.commonapi   
rice.p2p.glacier   
rice.p2p.glacier.v2   
rice.p2p.multiring   
rice.p2p.past.gc   
rice.p2p.util   
rice.p2p.util.testing   
rice.pastry   
rice.pastry.commonapi   
rice.pastry.direct   
rice.pastry.direct.proximitygenerators   
rice.pastry.socket   
rice.pastry.socket.nat.rendezvous   
rice.pastry.testing   
rice.tutorial.splitstream   
 

Uses of RandomSource in org.mpisws.p2p.transport.direct
 

Fields in org.mpisws.p2p.transport.direct declared as RandomSource
protected  RandomSource EventSimulator.random
           
 

Methods in org.mpisws.p2p.transport.direct that return RandomSource
 RandomSource GenericNetworkSimulator.getRandomSource()
           
 

Constructors in org.mpisws.p2p.transport.direct with parameters of type RandomSource
EventSimulator(Environment env, RandomSource random, Logger logger)
           
 

Uses of RandomSource in org.mpisws.p2p.transport.peerreview.replay.record
 

Methods in org.mpisws.p2p.transport.peerreview.replay.record with parameters of type RandomSource
static Environment RecordLayer.generateEnvironment(RandomSource rs)
           
 

Uses of RandomSource in rice.environment
 

Methods in rice.environment that return RandomSource
static RandomSource Environment.generateDefaultRandomSource(Parameters params, LogManager logging)
           
 RandomSource Environment.getRandomSource()
           
 

Methods in rice.environment with parameters of type RandomSource
static Environment Environment.directEnvironment(RandomSource rs)
           
 

Constructors in rice.environment with parameters of type RandomSource
Environment(SelectorManager sm, Processor proc, RandomSource rs, TimeSource time, LogManager lm, Parameters params, ExceptionStrategy strategy)
          Constructor.
 

Uses of RandomSource in rice.environment.random.simple
 

Classes in rice.environment.random.simple that implement RandomSource
 class SimpleRandomSource
           
 

Uses of RandomSource in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi with parameters of type RandomSource
 Id IdFactory.buildRandomId(RandomSource rng)
           
 

Uses of RandomSource in rice.p2p.glacier
 

Methods in rice.p2p.glacier with parameters of type RandomSource
 Id FragmentKeyFactory.buildRandomId(RandomSource rng)
           
 Id VersionKeyFactory.buildRandomId(RandomSource rng)
           
 

Uses of RandomSource in rice.p2p.glacier.v2
 

Constructors in rice.p2p.glacier.v2 with parameters of type RandomSource
BloomFilter(int length, int numHashes, RandomSource rand)
           
 

Uses of RandomSource in rice.p2p.multiring
 

Methods in rice.p2p.multiring with parameters of type RandomSource
 Id MultiringIdFactory.buildRandomId(RandomSource rng)
           
 

Uses of RandomSource in rice.p2p.past.gc
 

Methods in rice.p2p.past.gc with parameters of type RandomSource
 Id GCIdFactory.buildRandomId(RandomSource rng)
           
 

Uses of RandomSource in rice.p2p.util
 

Methods in rice.p2p.util with parameters of type RandomSource
static byte[] MathUtils.randomBytes(int len, RandomSource random)
          Method which returns a specified number of random bytes
static int MathUtils.randomInt(RandomSource random)
          Method which returns a random int
 

Uses of RandomSource in rice.p2p.util.testing
 

Fields in rice.p2p.util.testing declared as RandomSource
static RandomSource IdBloomFilterReplicationTest.random
           
 

Methods in rice.p2p.util.testing with parameters of type RandomSource
static char[] StringCacheUnit.randomize(RandomSource rng, char[] text)
           
protected static void RedBlackMapUnit.testSortedMap(int iterations, java.util.SortedMap map, IdFactory factory, RandomSource random, int depth)
           
 

Uses of RandomSource in rice.pastry
 

Methods in rice.pastry with parameters of type RandomSource
static Id Id.makeRandomId(RandomSource rng)
           
 void NodeSet.randomize(RandomSource random)
          Method which randomizes the order of this NodeSet
 

Uses of RandomSource in rice.pastry.commonapi
 

Methods in rice.pastry.commonapi with parameters of type RandomSource
 Id PastryIdFactory.buildRandomId(RandomSource rng)
           
 

Uses of RandomSource in rice.pastry.direct
 

Fields in rice.pastry.direct declared as RandomSource
protected  RandomSource NetworkSimulatorImpl.random
           
 

Methods in rice.pastry.direct that return RandomSource
 RandomSource BasicNetworkSimulator.getRandomSource()
           
 

Methods in rice.pastry.direct with parameters of type RandomSource
 void ProximityGenerator.setRandom(RandomSource random)
           
 

Constructors in rice.pastry.direct with parameters of type RandomSource
BasicNetworkSimulator(Environment env, RandomSource random)
           
 

Uses of RandomSource in rice.pastry.direct.proximitygenerators
 

Fields in rice.pastry.direct.proximitygenerators declared as RandomSource
protected  RandomSource GenericProximityGenerator.random
           
 

Methods in rice.pastry.direct.proximitygenerators with parameters of type RandomSource
 void EuclideanProximityGenerator.setRandom(RandomSource random)
           
 void GenericProximityGenerator.setRandom(RandomSource random)
           
 void SphereNetworkProximityGenerator.setRandom(RandomSource random)
           
 

Uses of RandomSource in rice.pastry.socket
 

Fields in rice.pastry.socket declared as RandomSource
protected  RandomSource SocketPastryNodeFactory.random
           
 

Methods in rice.pastry.socket that return RandomSource
protected  RandomSource SocketPastryNodeFactory.cloneRandomSource(Environment rootEnvironment, Id nodeId, LogManager lman)
           
 

Uses of RandomSource in rice.pastry.socket.nat.rendezvous
 

Fields in rice.pastry.socket.nat.rendezvous declared as RandomSource
protected  RandomSource LeafSetRendezvousStrategy.random
           
 

Constructors in rice.pastry.socket.nat.rendezvous with parameters of type RandomSource
LeafSetRendezvousStrategy(TLPastryNode pn, RandomSource r)
           
 

Uses of RandomSource in rice.pastry.testing
 

Fields in rice.pastry.testing declared as RandomSource
protected  RandomSource LeafSetTest.random
           
 

Methods in rice.pastry.testing with parameters of type RandomSource
 void HelloWorldApp.sendRndMsg(RandomSource rng)
          Sends a message to a randomly chosen node.
 

Uses of RandomSource in rice.tutorial.splitstream
 

Fields in rice.tutorial.splitstream declared as RandomSource
protected  RandomSource MySplitStreamClient.random
          Data source...
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection