Package edu.jas.gb
Class ReducerServerSeqPair<C extends RingElem<C>>
- java.lang.Object
-
- edu.jas.gb.ReducerServerSeqPair<C>
-
- Type Parameters:
C
- coefficient type
- All Implemented Interfaces:
java.lang.Runnable
class ReducerServerSeqPair<C extends RingElem<C>> extends java.lang.Object implements java.lang.Runnable
Distributed server reducing worker threads.
-
-
Field Summary
Fields Modifier and Type Field Description private ChannelFactory
cf
private static org.apache.logging.log4j.Logger
logger
private SocketChannel
pairChannel
private CriticalPairList<C>
pairlist
private Terminator
pool
private DistHashTable<java.lang.Integer,GenPolynomial<C>>
theList
-
Constructor Summary
Constructors Constructor Description ReducerServerSeqPair(Terminator fin, ChannelFactory cf, DistHashTable<java.lang.Integer,GenPolynomial<C>> dl, CriticalPairList<C> L)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
pool
private final Terminator pool
-
cf
private final ChannelFactory cf
-
pairChannel
private SocketChannel pairChannel
-
theList
private final DistHashTable<java.lang.Integer,GenPolynomial<C extends RingElem<C>>> theList
-
pairlist
private final CriticalPairList<C extends RingElem<C>> pairlist
-
logger
private static final org.apache.logging.log4j.Logger logger
-
-
Constructor Detail
-
ReducerServerSeqPair
ReducerServerSeqPair(Terminator fin, ChannelFactory cf, DistHashTable<java.lang.Integer,GenPolynomial<C>> dl, CriticalPairList<C> L)
-
-