@InterfaceAudience.Public public enum DataTieringType extends Enum<DataTieringType>
| Enum Constant and Description |
|---|
CUSTOM |
NONE |
TIME_RANGE |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.regionserver.DataTiering |
getInstance() |
static DataTieringType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTieringType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataTieringType NONE
public static final DataTieringType TIME_RANGE
public static final DataTieringType CUSTOM
public static DataTieringType[] values()
for (DataTieringType c : DataTieringType.values()) System.out.println(c);
public static DataTieringType 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 org.apache.hadoop.hbase.regionserver.DataTiering getInstance()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.