|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.p2p.util.testing.IdBloomFilterReplicationTest
DESCRIBE THE CLASS
Field Summary | |
static Id[] |
EXTRA
DESCRIBE THE FIELD |
static IdFactory |
factory
DESCRIBE THE FIELD |
static GCIdFactory |
gFactory
DESCRIBE THE FIELD |
static int |
NUM
DESCRIBE THE FIELD |
static int |
NUM_RUNS
DESCRIBE THE FIELD |
static IdFactory |
pFactory
DESCRIBE THE FIELD |
static RandomSource |
random
DESCRIBE THE FIELD |
static IdSet |
remote
DESCRIBE THE FIELD |
static Id[] |
SHARED
DESCRIBE THE FIELD |
Constructor Summary | |
IdBloomFilterReplicationTest()
|
Method Summary | |
static void |
buildShared()
DESCRIBE THE METHOD |
static void |
doConfig()
DESCRIBE THE METHOD |
static double |
doRun(int has,
int extra)
DESCRIBE THE METHOD |
static void |
main(java.lang.String[] args)
The main program for the IdBloomFilterReplicationTest class |
static int |
run(int has,
int extra)
Main processing method for the IdBloomFilterReplicationTest class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int NUM
public static int NUM_RUNS
public static RandomSource random
public static IdFactory pFactory
public static IdFactory factory
public static GCIdFactory gFactory
public static Id[] SHARED
public static Id[] EXTRA
public static IdSet remote
Constructor Detail |
public IdBloomFilterReplicationTest()
Method Detail |
public static void main(java.lang.String[] args) throws java.io.IOException
args
- The command line arguments
java.io.IOException
- DESCRIBE THE EXCEPTIONpublic static void buildShared()
public static void doConfig()
public static double doRun(int has, int extra)
has
- DESCRIBE THE PARAMETERextra
- DESCRIBE THE PARAMETER
public static int run(int has, int extra)
has
- DESCRIBE THE PARAMETERextra
- DESCRIBE THE PARAMETER
|
Rice Pastry API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |