Uses of Class
org.apache.nemo.common.ir.edge.executionproperty.PartitionerProperty
-
Packages that use PartitionerProperty Package Description org.apache.nemo.common.ir.edge.executionproperty -
-
Uses of PartitionerProperty in org.apache.nemo.common.ir.edge.executionproperty
Methods in org.apache.nemo.common.ir.edge.executionproperty that return PartitionerProperty Modifier and Type Method Description static PartitionerProperty
PartitionerProperty. of(PartitionerProperty.Type type)
static PartitionerProperty
PartitionerProperty. of(PartitionerProperty.Type type, int numOfPartitions)
static PartitionerProperty
PartitionerProperty. of(Pair<PartitionerProperty.Type,java.lang.Integer> value)
Static constructor.
-