public static enum SplitLogWorker.TaskExecutor.Status extends Enum<SplitLogWorker.TaskExecutor.Status>
| Modifier and Type | Method and Description | 
|---|---|
| static SplitLogWorker.TaskExecutor.Status | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SplitLogWorker.TaskExecutor.Status[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SplitLogWorker.TaskExecutor.Status DONE
public static final SplitLogWorker.TaskExecutor.Status ERR
public static final SplitLogWorker.TaskExecutor.Status RESIGNED
public static final SplitLogWorker.TaskExecutor.Status PREEMPTED
public static SplitLogWorker.TaskExecutor.Status[] values()
for (SplitLogWorker.TaskExecutor.Status c : SplitLogWorker.TaskExecutor.Status.values()) System.out.println(c);
public static SplitLogWorker.TaskExecutor.Status 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 © 2007–2021 The Apache Software Foundation. All rights reserved.