Uses of Class
org.apache.nemo.common.ir.edge.executionproperty.PartitionerProperty.Type
-
Packages that use PartitionerProperty.Type Package Description org.apache.nemo.common.ir.edge.executionproperty -
-
Uses of PartitionerProperty.Type in org.apache.nemo.common.ir.edge.executionproperty
Methods in org.apache.nemo.common.ir.edge.executionproperty that return PartitionerProperty.Type Modifier and Type Method Description static PartitionerProperty.Type
PartitionerProperty.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PartitionerProperty.Type[]
PartitionerProperty.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.nemo.common.ir.edge.executionproperty with parameters of type PartitionerProperty.Type Modifier and Type Method Description static PartitionerProperty
PartitionerProperty. of(PartitionerProperty.Type type)
static PartitionerProperty
PartitionerProperty. of(PartitionerProperty.Type type, int numOfPartitions)
Method parameters in org.apache.nemo.common.ir.edge.executionproperty with type arguments of type PartitionerProperty.Type Modifier and Type Method Description static PartitionerProperty
PartitionerProperty. of(Pair<PartitionerProperty.Type,java.lang.Integer> value)
Static constructor.
-