org.apache.falcon.workflow
Enum FalconPostProcessing.Arg
java.lang.Object
java.lang.Enum<FalconPostProcessing.Arg>
org.apache.falcon.workflow.FalconPostProcessing.Arg
- All Implemented Interfaces:
- Serializable, Comparable<FalconPostProcessing.Arg>
- Enclosing class:
- FalconPostProcessing
public static enum FalconPostProcessing.Arg
- extends Enum<FalconPostProcessing.Arg>
Args that the utility understands.
CLUSTER
public static final FalconPostProcessing.Arg CLUSTER
ENTITY_TYPE
public static final FalconPostProcessing.Arg ENTITY_TYPE
ENTITY_NAME
public static final FalconPostProcessing.Arg ENTITY_NAME
NOMINAL_TIME
public static final FalconPostProcessing.Arg NOMINAL_TIME
OPERATION
public static final FalconPostProcessing.Arg OPERATION
WORKFLOW_ID
public static final FalconPostProcessing.Arg WORKFLOW_ID
RUN_ID
public static final FalconPostProcessing.Arg RUN_ID
STATUS
public static final FalconPostProcessing.Arg STATUS
TIMESTAMP
public static final FalconPostProcessing.Arg TIMESTAMP
TOPIC_NAME
public static final FalconPostProcessing.Arg TOPIC_NAME
BRKR_IMPL_CLASS
public static final FalconPostProcessing.Arg BRKR_IMPL_CLASS
BRKR_URL
public static final FalconPostProcessing.Arg BRKR_URL
USER_BRKR_IMPL_CLASS
public static final FalconPostProcessing.Arg USER_BRKR_IMPL_CLASS
USER_BRKR_URL
public static final FalconPostProcessing.Arg USER_BRKR_URL
BRKR_TTL
public static final FalconPostProcessing.Arg BRKR_TTL
FEED_NAMES
public static final FalconPostProcessing.Arg FEED_NAMES
FEED_INSTANCE_PATHS
public static final FalconPostProcessing.Arg FEED_INSTANCE_PATHS
LOG_FILE
public static final FalconPostProcessing.Arg LOG_FILE
WF_ENGINE_URL
public static final FalconPostProcessing.Arg WF_ENGINE_URL
USER_SUBFLOW_ID
public static final FalconPostProcessing.Arg USER_SUBFLOW_ID
USER_WORKFLOW_ENGINE
public static final FalconPostProcessing.Arg USER_WORKFLOW_ENGINE
LOG_DIR
public static final FalconPostProcessing.Arg LOG_DIR
values
public static FalconPostProcessing.Arg[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (FalconPostProcessing.Arg c : FalconPostProcessing.Arg.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static FalconPostProcessing.Arg 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
getOption
public org.apache.commons.cli.Option getOption()
getOptionName
public String getOptionName()
getOptionValue
public String getOptionValue(org.apache.commons.cli.CommandLine cmd)
Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.