StreamEvent.ProgressEvent@Deprecated public static enum ActiveRepairService.Status extends java.lang.Enum<ActiveRepairService.Status>
| Enum Constant and Description | 
|---|
| FINISHEDDeprecated.  | 
| SESSION_FAILEDDeprecated.  | 
| SESSION_SUCCESSDeprecated.  | 
| STARTEDDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static ActiveRepairService.Status | valueOf(java.lang.String name)Deprecated.  Returns the enum constant of this type with the specified name. | 
| static ActiveRepairService.Status[] | values()Deprecated.  Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ActiveRepairService.Status STARTED
public static final ActiveRepairService.Status SESSION_SUCCESS
public static final ActiveRepairService.Status SESSION_FAILED
public static final ActiveRepairService.Status FINISHED
public static ActiveRepairService.Status[] values()
for (ActiveRepairService.Status c : ActiveRepairService.Status.values()) System.out.println(c);
public static ActiveRepairService.Status 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 nullCopyright © 2018 The Apache Software Foundation