Rice Pastry API

Uses of Interface
rice.environment.random.RandomSource

Packages that use RandomSource
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.socket   
rice.pastry.testing   
 

Uses of RandomSource in rice.environment
 

Methods in rice.environment that return RandomSource
 RandomSource Environment.getRandomSource()
          Gets the RandomSource attribute of the Environment object
static RandomSource Environment.generateDefaultRandomSource(Parameters params, LogManager logging)
          DESCRIBE THE METHOD
 

Constructors in rice.environment with parameters of type RandomSource
Environment(SelectorManager sm, Processor proc, RandomSource rs, TimeSource time, LogManager lm, Parameters params)
          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)
          DESCRIBE THE METHOD
 

Uses of RandomSource in rice.p2p.glacier
 

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

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)
          Constructor for BloomFilter.
 

Uses of RandomSource in rice.p2p.multiring
 

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

Uses of RandomSource in rice.p2p.past.gc
 

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

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
          DESCRIBE THE FIELD
 

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

Uses of RandomSource in rice.pastry
 

Methods in rice.pastry with parameters of type RandomSource
static Id Id.makeRandomId(RandomSource rng)
          DESCRIBE THE METHOD
 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)
          DESCRIBE THE METHOD
 

Uses of RandomSource in rice.pastry.direct
 

Fields in rice.pastry.direct declared as RandomSource
protected  RandomSource BasicNetworkSimulator.random
          DESCRIBE THE FIELD
 

Uses of RandomSource in rice.pastry.socket
 

Fields in rice.pastry.socket declared as RandomSource
protected  RandomSource SocketCollectionManager.random
          DESCRIBE THE FIELD
 

Constructors in rice.pastry.socket with parameters of type RandomSource
SocketCollectionManager(SocketPastryNode node, SocketSourceRouteManager manager, EpochInetSocketAddress bindAddress, EpochInetSocketAddress proxyAddress, RandomSource random)
          Constructs a new SocketManager.
SocketSourceRouteManager(SocketPastryNode node, EpochInetSocketAddress bindAddress, EpochInetSocketAddress proxyAddress, RandomSource random)
          Constructor
 

Uses of RandomSource in rice.pastry.testing
 

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

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


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection