private static enum IntegrationTestDDLMasterFailover.ACTION extends Enum<IntegrationTestDDLMasterFailover.ACTION>
Enum Constant and Description |
---|
ADD_COLUMNFAMILY |
ADD_ROW |
ALTER_FAMILYENCODING |
ALTER_FAMILYVERSIONS |
CREATE_NAMESPACE |
CREATE_TABLE |
DELETE_COLUMNFAMILY |
DELETE_NAMESPACE |
DELETE_TABLE |
DISABLE_TABLE |
ENABLE_TABLE |
MODIFY_NAMESPACE |
Modifier and Type | Method and Description |
---|---|
static IntegrationTestDDLMasterFailover.ACTION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntegrationTestDDLMasterFailover.ACTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntegrationTestDDLMasterFailover.ACTION CREATE_NAMESPACE
public static final IntegrationTestDDLMasterFailover.ACTION MODIFY_NAMESPACE
public static final IntegrationTestDDLMasterFailover.ACTION DELETE_NAMESPACE
public static final IntegrationTestDDLMasterFailover.ACTION CREATE_TABLE
public static final IntegrationTestDDLMasterFailover.ACTION DISABLE_TABLE
public static final IntegrationTestDDLMasterFailover.ACTION ENABLE_TABLE
public static final IntegrationTestDDLMasterFailover.ACTION DELETE_TABLE
public static final IntegrationTestDDLMasterFailover.ACTION ADD_COLUMNFAMILY
public static final IntegrationTestDDLMasterFailover.ACTION DELETE_COLUMNFAMILY
public static final IntegrationTestDDLMasterFailover.ACTION ALTER_FAMILYVERSIONS
public static final IntegrationTestDDLMasterFailover.ACTION ALTER_FAMILYENCODING
public static final IntegrationTestDDLMasterFailover.ACTION ADD_ROW
public static IntegrationTestDDLMasterFailover.ACTION[] values()
for (IntegrationTestDDLMasterFailover.ACTION c : IntegrationTestDDLMasterFailover.ACTION.values()) System.out.println(c);
public static IntegrationTestDDLMasterFailover.ACTION 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–2020 The Apache Software Foundation. All rights reserved.