class MPIReducerClient<C extends edu.jas.structure.RingElem<C>> extends java.lang.Object implements java.lang.Runnable
| Constructor and Description |
|---|
MPIReducerClient(MPIChannel pc,
DistHashTableMPI<java.lang.Integer,edu.jas.poly.GenPolynomial<C>> dl)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Main run method.
|
MPIReducerClient(MPIChannel pc, DistHashTableMPI<java.lang.Integer,edu.jas.poly.GenPolynomial<C>> dl)
pc - MPI communication channel.dl - DHT to use.public void run()
run in interface java.lang.Runnable