public enum TableServiceType extends Enum<TableServiceType>
| Enum Constant and Description |
|---|
ARCHIVE |
CLEAN |
CLUSTER |
COMPACT |
LOG_COMPACT |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
static TableServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableServiceType ARCHIVE
public static final TableServiceType COMPACT
public static final TableServiceType CLUSTER
public static final TableServiceType CLEAN
public static final TableServiceType LOG_COMPACT
public static TableServiceType[] values()
for (TableServiceType c : TableServiceType.values()) System.out.println(c);
public static TableServiceType 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 nullpublic String getAction()
Copyright © 2024 The Apache Software Foundation. All rights reserved.