Uses of Interface
org.apache.nemo.common.partitioner.Partitioner
-
Packages that use Partitioner Package Description org.apache.nemo.common.partitioner -
-
Uses of Partitioner in org.apache.nemo.common.partitioner
Classes in org.apache.nemo.common.partitioner that implement Partitioner Modifier and Type Class Description class
DedicatedKeyPerElementPartitioner
An implementation ofPartitioner
which assigns a dedicated key per an output data from a task.class
HashPartitioner
An implementation ofPartitioner
which hashes output data from a source task according to the key of elements.class
IntactPartitioner
An implementation ofPartitioner
which makes an output data from a source task to a single partition.Methods in org.apache.nemo.common.partitioner that return Partitioner Modifier and Type Method Description static Partitioner
Partitioner. getPartitioner(ExecutionPropertyMap<EdgeExecutionProperty> edgeProperties, ExecutionPropertyMap<VertexExecutionProperty> dstProperties)
-