Module jp.cafebabe.birthmarks
Package jp.cafebabe.birthmarks.pairs
Interface PairMatcherBuilder<T extends Serializable>
-
- All Superinterfaces:
TaskBuilder<PairMatcherType>
- All Known Implementing Classes:
AbstractPairMatcherBuilder
,GuessedPairMatcherBuilder
,RoundRobinPairMatcherBuilder
,RoundRobinWithSamePairMatcherBuilder
,SpecifiedPairMatcherBuilder
public interface PairMatcherBuilder<T extends Serializable> extends TaskBuilder<PairMatcherType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PairMatcher<T>
build(Configuration config)
PairMatcherType
type()
-
-
-
Method Detail
-
type
PairMatcherType type()
- Specified by:
type
in interfaceTaskBuilder<T extends Serializable>
-
build
PairMatcher<T> build(Configuration config)
- Specified by:
build
in interfaceTaskBuilder<T extends Serializable>
-
-