public enum HadoopBlackboardActions extends Enum<HadoopBlackboardActions>
| Enum Constant and Description |
|---|
CREATE_HDFS_DIR
The create hdfs directory.
|
DELETE_EPR_HBASE
The delete epr from hbase job
|
DELETE_HDFS_PATH
The delete hdfs path.
|
IMPORT_EPR_HBASE
The import epr to hbase job.
|
IMPORT_EPR_HDFS
The import epr to hdfs job
|
KILL_JOB
The kill job.
|
SUBMIT_ADMIN_JOB
The submit admin job.
|
SUBMIT_MAPREDUCE_JOB
The submit mapreduce job.
|
SUBMIT_OOZIE_JOB
The submit oozie job.
|
| Modifier and Type | Method and Description |
|---|---|
static HadoopBlackboardActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HadoopBlackboardActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HadoopBlackboardActions SUBMIT_MAPREDUCE_JOB
public static final HadoopBlackboardActions SUBMIT_ADMIN_JOB
public static final HadoopBlackboardActions KILL_JOB
public static final HadoopBlackboardActions SUBMIT_OOZIE_JOB
public static final HadoopBlackboardActions IMPORT_EPR_HBASE
public static final HadoopBlackboardActions DELETE_EPR_HBASE
public static final HadoopBlackboardActions IMPORT_EPR_HDFS
public static final HadoopBlackboardActions DELETE_HDFS_PATH
public static final HadoopBlackboardActions CREATE_HDFS_DIR
public static HadoopBlackboardActions[] values()
for (HadoopBlackboardActions c : HadoopBlackboardActions.values()) System.out.println(c);
public static HadoopBlackboardActions valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2026. All rights reserved.