|
Rice Pastry API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
BasicNetworkSimulator.random
|
| Uses of RandomSource in rice.pastry.socket |
|---|
| Fields in rice.pastry.socket declared as RandomSource | |
|---|---|
protected RandomSource |
SocketCollectionManager.random
|
| 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
|
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||