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