|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibis.gmi.ReplyScheme
ibis.gmi.CombineReply
The CombineReply
class must be used to configure a group method
with a combined reply.
There are two combiner types: FlatCombiner
which combines results
in gather style, and BinomialCombiner
, which combines results in
reduce style.
GroupMethod.configure(ibis.gmi.InvocationScheme, ibis.gmi.ReplyScheme)
Field Summary | |
BinomialCombiner |
binomialCombiner
The reduce style combiner. |
FlatCombiner |
flatCombiner
The gather style combiner. |
Fields inherited from class ibis.gmi.ReplyScheme |
R_COMBINE_BINOMIAL, R_COMBINE_FLAT, R_DISCARD, R_FORWARD, R_PERSONALIZED, R_PERSONALIZED_COMBINE_BINOMIAL, R_PERSONALIZED_COMBINE_FLAT, R_PERSONALIZED_FORWARD, R_PERSONALIZED_RETURN, R_RETURN |
Constructor Summary | |
CombineReply(BinomialCombiner binCombiner)
Constructor with a BinomialCombiner . |
|
CombineReply(FlatCombiner flatCombiner)
Constructor with a FlatCombiner . |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public FlatCombiner flatCombiner
public BinomialCombiner binomialCombiner
Constructor Detail |
public CombineReply(FlatCombiner flatCombiner) throws ConfigurationException
FlatCombiner
.
flatCombiner
- the FlatCombiner
ConfigurationException
- when the parameter is null.public CombineReply(BinomialCombiner binCombiner) throws ConfigurationException
BinomialCombiner
.
binCombiner
- the BinomialCombiner
ConfigurationException
- when the parameter is null.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |