Uses of Class
org.apache.flink.optimizer.dataproperties.PartitioningProperty
-
Packages that use PartitioningProperty Package Description org.apache.flink.optimizer.dataproperties -
-
Uses of PartitioningProperty in org.apache.flink.optimizer.dataproperties
Methods in org.apache.flink.optimizer.dataproperties that return PartitioningProperty Modifier and Type Method Description PartitioningPropertyGlobalProperties. getPartitioning()PartitioningPropertyRequestedGlobalProperties. getPartitioning()Gets the partitioning property.static PartitioningPropertyPartitioningProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static PartitioningProperty[]PartitioningProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.
-