Rice Pastry API

Uses of Interface
rice.environment.random.RandomSource

Packages that use RandomSource
org.mpisws.p2p.transport.direct   
org.mpisws.p2p.transport.peerreview   
org.mpisws.p2p.transport.peerreview.replay.record   
org.mpisws.p2p.transport.rc4   
org.mpisws.p2p.transport.rendezvous   
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.selector   
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
 

Fields in org.mpisws.p2p.transport.peerreview declared as RandomSource
protected  RandomSource PeerReviewImpl.random
           
 

Methods in org.mpisws.p2p.transport.peerreview that return RandomSource
 RandomSource PeerReview.getRandomSource()
           
 RandomSource PeerReviewImpl.getRandomSource()
           
 

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)
           
 

Constructors in org.mpisws.p2p.transport.peerreview.replay.record with parameters of type RandomSource
RecordSM(java.lang.String instance, TimeSource realTime, DirectTimeSource simTime, LogManager log, RandomSource rs)
           
 

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

Constructors in org.mpisws.p2p.transport.rc4 with parameters of type RandomSource
RC4TransportLayer(TransportLayer<Identifier,MsgType> tl, Environment env, java.lang.String password, int pwSeedLength, RandomSource random, ErrorHandler<Identifier> errorHandler)
           
 

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

Fields in org.mpisws.p2p.transport.rendezvous declared as RandomSource
protected  RandomSource RendezvousTransportLayerImpl.random
           
 

Uses of RandomSource in rice.environment
 

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

Methods in rice.environment with parameters of type RandomSource
protected  SelectorManager Environment.cloneSelectorManager(java.lang.String prefix, TimeSource ts, RandomSource rs, LogManager lman, boolean cloneSelector)
           
static Environment Environment.directEnvironment(RandomSource rs)
           
static SelectorManager Environment.generateDefaultSelectorManager(TimeSource time, LogManager logging, RandomSource randomSource)
           
 

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, NetworkSimulator<Identifier,MessageType> sim)
           
 

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
 

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
           
protected  RandomSource RendezvousSocketPastryNodeFactory.random
           
 

Constructors in rice.pastry.socket.nat.rendezvous with parameters of type RandomSource
LeafSetRendezvousStrategy(PastryNode 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.selector
 

Fields in rice.selector declared as RandomSource
protected  RandomSource SelectorManager.random
           
 

Constructors in rice.selector with parameters of type RandomSource
ProfileSelector(java.lang.String instance, TimeSource timeSource, LogManager log, RandomSource rand)
           
ProfileSelector(java.lang.String instance, TimeSource timeSource, LogManager log, RandomSource rand, int lastTaskTime)
           
SelectorManager(java.lang.String instance, TimeSource timeSource, LogManager log, RandomSource random)
          Constructor, which is private since there is only one selector per JVM.
 

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