org.apache.hadoop.hbase.util.migration.v5
Enum RegionHistorian.HistorianColumnKey
java.lang.Object
java.lang.Enum<RegionHistorian.HistorianColumnKey>
org.apache.hadoop.hbase.util.migration.v5.RegionHistorian.HistorianColumnKey
- All Implemented Interfaces:
- Serializable, Comparable<RegionHistorian.HistorianColumnKey>
- Enclosing class:
- RegionHistorian
public static enum RegionHistorian.HistorianColumnKey
- extends Enum<RegionHistorian.HistorianColumnKey>
REGION_CREATION
public static final RegionHistorian.HistorianColumnKey REGION_CREATION
REGION_OPEN
public static final RegionHistorian.HistorianColumnKey REGION_OPEN
REGION_SPLIT
public static final RegionHistorian.HistorianColumnKey REGION_SPLIT
REGION_COMPACTION
public static final RegionHistorian.HistorianColumnKey REGION_COMPACTION
REGION_FLUSH
public static final RegionHistorian.HistorianColumnKey REGION_FLUSH
REGION_ASSIGNMENT
public static final RegionHistorian.HistorianColumnKey REGION_ASSIGNMENT
key
public byte[] key
values
public static final RegionHistorian.HistorianColumnKey[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(RegionHistorian.HistorianColumnKey c : RegionHistorian.HistorianColumnKey.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static RegionHistorian.HistorianColumnKey valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
Copyright © 2008 The Apache Software Foundation