Enum ExecutionPlanUtils

java.lang.Object
java.lang.Enum<ExecutionPlanUtils>
org.apache.flink.runtime.jobgraph.ExecutionPlanUtils
All Implemented Interfaces:
Serializable, Comparable<ExecutionPlanUtils>

public enum ExecutionPlanUtils extends Enum<ExecutionPlanUtils>
Utilities for generating ExecutionPlan.
  • Method Details

    • values

      public static ExecutionPlanUtils[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ExecutionPlanUtils valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • prepareUserArtifactEntries

      public static Map<String,org.apache.flink.api.common.cache.DistributedCache.DistributedCacheEntry> prepareUserArtifactEntries(Map<String,org.apache.flink.api.common.cache.DistributedCache.DistributedCacheEntry> userArtifacts, org.apache.flink.api.common.JobID jobId)