public static enum HiveIndex.IndexType extends Enum<HiveIndex.IndexType>
| Enum Constant and Description |
|---|
AGGREGATE_TABLE |
BITMAP_TABLE |
COMPACT_SUMMARY_TABLE |
| Modifier and Type | Method and Description |
|---|---|
String |
getHandlerClsName() |
String |
getName() |
static HiveIndex.IndexType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveIndex.IndexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiveIndex.IndexType AGGREGATE_TABLE
public static final HiveIndex.IndexType COMPACT_SUMMARY_TABLE
public static final HiveIndex.IndexType BITMAP_TABLE
public static HiveIndex.IndexType[] values()
for (HiveIndex.IndexType c : HiveIndex.IndexType.values()) System.out.println(c);
public static HiveIndex.IndexType 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 getName()
public String getHandlerClsName()
Copyright © 2016 The Apache Software Foundation. All rights reserved.