org.apache.falcon.workflow
Enum FalconPostProcessing.Arg

java.lang.Object
  extended by java.lang.Enum<FalconPostProcessing.Arg>
      extended by 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.


Enum Constant Summary
BRKR_IMPL_CLASS
           
BRKR_TTL
           
BRKR_URL
           
CLUSTER
           
ENTITY_NAME
           
ENTITY_TYPE
           
FEED_INSTANCE_PATHS
           
FEED_NAMES
           
LOG_DIR
           
LOG_FILE
           
NOMINAL_TIME
           
OPERATION
           
RUN_ID
           
STATUS
           
TIMESTAMP
           
TOPIC_NAME
           
USER_BRKR_IMPL_CLASS
           
USER_BRKR_URL
           
USER_SUBFLOW_ID
           
USER_WORKFLOW_ENGINE
           
WF_ENGINE_URL
           
WORKFLOW_ID
           
 
Method Summary
 org.apache.commons.cli.Option getOption()
           
 String getOptionName()
           
 String getOptionValue(org.apache.commons.cli.CommandLine cmd)
           
static FalconPostProcessing.Arg valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FalconPostProcessing.Arg[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.