java.io.Serializable, java.lang.Comparable<DistCpProcedure.Stage>public static enum DistCpProcedure.Stage extends java.lang.Enum<DistCpProcedure.Stage>
| Enum Constant | Description |
|---|---|
DIFF_DISTCP |
|
DISABLE_WRITE |
|
FINAL_DISTCP |
|
FINISH |
|
INIT_DISTCP |
|
PRE_CHECK |
| Modifier and Type | Method | Description |
|---|---|---|
static DistCpProcedure.Stage |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DistCpProcedure.Stage[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DistCpProcedure.Stage PRE_CHECK
public static final DistCpProcedure.Stage INIT_DISTCP
public static final DistCpProcedure.Stage DIFF_DISTCP
public static final DistCpProcedure.Stage DISABLE_WRITE
public static final DistCpProcedure.Stage FINAL_DISTCP
public static final DistCpProcedure.Stage FINISH
public static DistCpProcedure.Stage[] values()
for (DistCpProcedure.Stage c : DistCpProcedure.Stage.values()) System.out.println(c);
public static DistCpProcedure.Stage 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 © 2008–2025 Apache Software Foundation. All rights reserved.