Uses of Class
org.apache.nemo.common.coder.PairDecoderFactory
-
Packages that use PairDecoderFactory Package Description org.apache.nemo.common.coder -
-
Uses of PairDecoderFactory in org.apache.nemo.common.coder
Methods in org.apache.nemo.common.coder that return PairDecoderFactory Modifier and Type Method Description static <A extends java.io.Serializable,B extends java.io.Serializable>
PairDecoderFactory<A,B>PairDecoderFactory. of(DecoderFactory<A> leftDecoderFactory, DecoderFactory<B> rightDecoderFactory)
static initializer of the class.
-