Uses of Interface
org.apache.nemo.common.KeyExtractor
-
Packages that use KeyExtractor Package Description org.apache.nemo.common org.apache.nemo.common.ir.edge.executionproperty org.apache.nemo.common.partitioner org.apache.nemo.compiler.frontend.spark -
-
Uses of KeyExtractor in org.apache.nemo.common
Classes in org.apache.nemo.common that implement KeyExtractor Modifier and Type Class Description class
PairKeyExtractor
A KeyExtractor for Pair class. -
Uses of KeyExtractor in org.apache.nemo.common.ir.edge.executionproperty
Methods in org.apache.nemo.common.ir.edge.executionproperty with parameters of type KeyExtractor Modifier and Type Method Description static KeyExtractorProperty
KeyExtractorProperty. of(KeyExtractor value)
Static method exposing the constructor. -
Uses of KeyExtractor in org.apache.nemo.common.partitioner
Constructors in org.apache.nemo.common.partitioner with parameters of type KeyExtractor Constructor Description HashPartitioner(int numOfPartitions, KeyExtractor keyExtractor)
Constructor. -
Uses of KeyExtractor in org.apache.nemo.compiler.frontend.spark
Classes in org.apache.nemo.compiler.frontend.spark that implement KeyExtractor Modifier and Type Class Description class
SparkKeyExtractor
Extracts the key from a KV element.
-