public static enum VectorMapJoinDesc.HashTableKeyType extends Enum<VectorMapJoinDesc.HashTableKeyType>
Enum Constant and Description |
---|
BOOLEAN |
BYTE |
INT |
LONG |
MULTI_KEY |
NONE |
SHORT |
STRING |
Modifier and Type | Method and Description |
---|---|
static VectorMapJoinDesc.HashTableKeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorMapJoinDesc.HashTableKeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VectorMapJoinDesc.HashTableKeyType NONE
public static final VectorMapJoinDesc.HashTableKeyType BOOLEAN
public static final VectorMapJoinDesc.HashTableKeyType BYTE
public static final VectorMapJoinDesc.HashTableKeyType SHORT
public static final VectorMapJoinDesc.HashTableKeyType INT
public static final VectorMapJoinDesc.HashTableKeyType LONG
public static final VectorMapJoinDesc.HashTableKeyType STRING
public static final VectorMapJoinDesc.HashTableKeyType MULTI_KEY
public static VectorMapJoinDesc.HashTableKeyType[] values()
for (VectorMapJoinDesc.HashTableKeyType c : VectorMapJoinDesc.HashTableKeyType.values()) System.out.println(c);
public static VectorMapJoinDesc.HashTableKeyType 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 nullCopyright © 2017 The Apache Software Foundation. All rights reserved.