public static enum CatalogProtos.IndexMethod extends Enum<CatalogProtos.IndexMethod> implements com.google.protobuf.ProtocolMessageEnum
IndexMethod
Enum Constant and Description |
---|
BITMAP_IDX
BITMAP_IDX = 3; |
BTREE_IDX
BTREE_IDX = 1; |
HASH_IDX
HASH_IDX = 2; |
TWO_LEVEL_BIN_TREE
TWO_LEVEL_BIN_TREE = 0; |
Modifier and Type | Field and Description |
---|---|
static int |
BITMAP_IDX_VALUE
BITMAP_IDX = 3; |
static int |
BTREE_IDX_VALUE
BTREE_IDX = 1; |
static int |
HASH_IDX_VALUE
HASH_IDX = 2; |
static int |
TWO_LEVEL_BIN_TREE_VALUE
TWO_LEVEL_BIN_TREE = 0; |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<CatalogProtos.IndexMethod> |
internalGetValueMap() |
static CatalogProtos.IndexMethod |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CatalogProtos.IndexMethod |
valueOf(int value) |
static CatalogProtos.IndexMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogProtos.IndexMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatalogProtos.IndexMethod TWO_LEVEL_BIN_TREE
TWO_LEVEL_BIN_TREE = 0;
public static final CatalogProtos.IndexMethod BTREE_IDX
BTREE_IDX = 1;
public static final CatalogProtos.IndexMethod HASH_IDX
HASH_IDX = 2;
public static final CatalogProtos.IndexMethod BITMAP_IDX
BITMAP_IDX = 3;
public static final int TWO_LEVEL_BIN_TREE_VALUE
TWO_LEVEL_BIN_TREE = 0;
public static final int BTREE_IDX_VALUE
BTREE_IDX = 1;
public static final int HASH_IDX_VALUE
HASH_IDX = 2;
public static final int BITMAP_IDX_VALUE
BITMAP_IDX = 3;
public static CatalogProtos.IndexMethod[] values()
for (CatalogProtos.IndexMethod c : CatalogProtos.IndexMethod.values()) System.out.println(c);
public static CatalogProtos.IndexMethod 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 final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static CatalogProtos.IndexMethod valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<CatalogProtos.IndexMethod> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CatalogProtos.IndexMethod valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.