public static enum StampedeLog.JobType extends java.lang.Enum<StampedeLog.JobType>
Enum Constant and Description |
---|
chmod |
cleanup |
compute |
create_dir |
dag |
dax |
inter_site_tx |
registration |
stage_in |
stage_out_tx |
staged_compute |
unknown |
Modifier and Type | Method and Description |
---|---|
static StampedeLog.JobType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StampedeLog.JobType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StampedeLog.JobType unknown
public static final StampedeLog.JobType compute
public static final StampedeLog.JobType stage_in
public static final StampedeLog.JobType stage_out_tx
public static final StampedeLog.JobType registration
public static final StampedeLog.JobType inter_site_tx
public static final StampedeLog.JobType create_dir
public static final StampedeLog.JobType staged_compute
public static final StampedeLog.JobType cleanup
public static final StampedeLog.JobType chmod
public static final StampedeLog.JobType dax
public static final StampedeLog.JobType dag
public static StampedeLog.JobType[] values()
for (StampedeLog.JobType c : StampedeLog.JobType.values()) System.out.println(c);
public static StampedeLog.JobType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null