public static enum WorkerToMasterReport.Type extends Enum<WorkerToMasterReport.Type>
| Enum Constant and Description |
|---|
TaskletAggregationFailure |
TaskletAggregationResult |
TaskletCancelled |
TaskletFailure |
TaskletResult |
| Modifier and Type | Method and Description |
|---|---|
static WorkerToMasterReport.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkerToMasterReport.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkerToMasterReport.Type TaskletResult
public static final WorkerToMasterReport.Type TaskletAggregationResult
public static final WorkerToMasterReport.Type TaskletCancelled
public static final WorkerToMasterReport.Type TaskletFailure
public static final WorkerToMasterReport.Type TaskletAggregationFailure
public static WorkerToMasterReport.Type[] values()
for (WorkerToMasterReport.Type c : WorkerToMasterReport.Type.values()) System.out.println(c);
public static WorkerToMasterReport.Type 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 © 2017 The Apache Software Foundation. All rights reserved.