@Generated(value="Autogenerated by Thrift Compiler (0.12.0)", date="2019-05-07") public enum TBloomFilterType extends Enum<TBloomFilterType> implements org.apache.thrift.TEnum
| Enum Constant and Description |
|---|
NONE
Bloomfilters disabled
|
ROW
Bloom enabled with Table row as Key
|
ROWCOL
Bloom enabled with Table row & column (family+qualifier) as Key
|
ROWPREFIX_FIXED_LENGTH
Bloom enabled with Table row prefix as Key, specify the length of the prefix
|
| Modifier and Type | Method and Description |
|---|---|
static TBloomFilterType |
findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
int |
getValue()
Get the integer value of this enum value, as defined in the Thrift IDL.
|
static TBloomFilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TBloomFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TBloomFilterType NONE
public static final TBloomFilterType ROW
public static final TBloomFilterType ROWCOL
public static final TBloomFilterType ROWPREFIX_FIXED_LENGTH
public static TBloomFilterType[] values()
for (TBloomFilterType c : TBloomFilterType.values()) System.out.println(c);
public static TBloomFilterType 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 int getValue()
getValue in interface org.apache.thrift.TEnumpublic static TBloomFilterType findByValue(int value)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.