public static enum ApplyToSampleProgressInfo.CommitStatus extends java.lang.Enum<ApplyToSampleProgressInfo.CommitStatus> implements EdpJobProgressInfo.EdpJobStatus
Enum Constant and Description |
---|
APPLY_TRANSFORM_FAILURE |
APPLY_TRANSFORM_RUNNING |
APPLY_TRANSFORM_SUCCESS |
COPY_FAILURE |
INGEST_FAILURE |
INGEST_RUNNING |
INGEST_SUCCESS |
LEFT_OVER_COMMIT |
WAITING_ON_COPY |
Modifier and Type | Method and Description |
---|---|
boolean |
failed() |
boolean |
running() |
static ApplyToSampleProgressInfo.CommitStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApplyToSampleProgressInfo.CommitStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplyToSampleProgressInfo.CommitStatus WAITING_ON_COPY
public static final ApplyToSampleProgressInfo.CommitStatus COPY_FAILURE
public static final ApplyToSampleProgressInfo.CommitStatus APPLY_TRANSFORM_RUNNING
public static final ApplyToSampleProgressInfo.CommitStatus APPLY_TRANSFORM_SUCCESS
public static final ApplyToSampleProgressInfo.CommitStatus APPLY_TRANSFORM_FAILURE
public static final ApplyToSampleProgressInfo.CommitStatus INGEST_RUNNING
public static final ApplyToSampleProgressInfo.CommitStatus INGEST_SUCCESS
public static final ApplyToSampleProgressInfo.CommitStatus INGEST_FAILURE
public static final ApplyToSampleProgressInfo.CommitStatus LEFT_OVER_COMMIT
public static ApplyToSampleProgressInfo.CommitStatus[] values()
for (ApplyToSampleProgressInfo.CommitStatus c : ApplyToSampleProgressInfo.CommitStatus.values()) System.out.println(c);
public static ApplyToSampleProgressInfo.CommitStatus 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 nullpublic boolean running()
running
in interface EdpJobProgressInfo.EdpJobStatus
public boolean failed()
failed
in interface EdpJobProgressInfo.EdpJobStatus
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.