Package org.duracloud.storage.domain
Enum HadoopTypes.TASK_PARAMS
- java.lang.Object
-
- java.lang.Enum<HadoopTypes.TASK_PARAMS>
-
- org.duracloud.storage.domain.HadoopTypes.TASK_PARAMS
-
- All Implemented Interfaces:
Serializable,Comparable<HadoopTypes.TASK_PARAMS>
- Enclosing class:
- HadoopTypes
public static enum HadoopTypes.TASK_PARAMS extends Enum<HadoopTypes.TASK_PARAMS>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCliForm()StringgetLongForm()static HadoopTypes.TASK_PARAMSvalueOf(String name)Returns the enum constant of this type with the specified name.static HadoopTypes.TASK_PARAMS[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
JOB_TYPE
public static final HadoopTypes.TASK_PARAMS JOB_TYPE
-
WORKSPACE_ID
public static final HadoopTypes.TASK_PARAMS WORKSPACE_ID
-
BOOTSTRAP_CONTENT_ID
public static final HadoopTypes.TASK_PARAMS BOOTSTRAP_CONTENT_ID
-
JAR_CONTENT_ID
public static final HadoopTypes.TASK_PARAMS JAR_CONTENT_ID
-
SOURCE_SPACE_ID
public static final HadoopTypes.TASK_PARAMS SOURCE_SPACE_ID
-
DEST_SPACE_ID
public static final HadoopTypes.TASK_PARAMS DEST_SPACE_ID
-
INSTANCE_TYPE
public static final HadoopTypes.TASK_PARAMS INSTANCE_TYPE
-
NUM_INSTANCES
public static final HadoopTypes.TASK_PARAMS NUM_INSTANCES
-
MAPPERS_PER_INSTANCE
public static final HadoopTypes.TASK_PARAMS MAPPERS_PER_INSTANCE
-
OUTPUT_SPACE_ID
public static final HadoopTypes.TASK_PARAMS OUTPUT_SPACE_ID
-
DEST_FORMAT
public static final HadoopTypes.TASK_PARAMS DEST_FORMAT
-
COLOR_SPACE
public static final HadoopTypes.TASK_PARAMS COLOR_SPACE
-
NAME_PREFIX
public static final HadoopTypes.TASK_PARAMS NAME_PREFIX
-
NAME_SUFFIX
public static final HadoopTypes.TASK_PARAMS NAME_SUFFIX
-
REP_STORE_ID
public static final HadoopTypes.TASK_PARAMS REP_STORE_ID
-
REP_SPACE_ID
public static final HadoopTypes.TASK_PARAMS REP_SPACE_ID
-
DC_HOST
public static final HadoopTypes.TASK_PARAMS DC_HOST
-
DC_PORT
public static final HadoopTypes.TASK_PARAMS DC_PORT
-
DC_CONTEXT
public static final HadoopTypes.TASK_PARAMS DC_CONTEXT
-
DC_USERNAME
public static final HadoopTypes.TASK_PARAMS DC_USERNAME
-
DC_PASSWORD
public static final HadoopTypes.TASK_PARAMS DC_PASSWORD
-
DC_STORE_ID
public static final HadoopTypes.TASK_PARAMS DC_STORE_ID
-
INPUT_PATH
public static final HadoopTypes.TASK_PARAMS INPUT_PATH
-
OUTPUT_PATH
public static final HadoopTypes.TASK_PARAMS OUTPUT_PATH
-
-
Method Detail
-
values
public static HadoopTypes.TASK_PARAMS[] 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 (HadoopTypes.TASK_PARAMS c : HadoopTypes.TASK_PARAMS.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HadoopTypes.TASK_PARAMS 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 nameNullPointerException- if the argument is null
-
getLongForm
public String getLongForm()
-
getCliForm
public String getCliForm()
-
-