public enum MetaDataExtension extends Enum<MetaDataExtension>
| Enum Constant and Description |
|---|
BLOCK_CACHE_ENABLED |
BLOOM_FILTER |
COMPRESSION |
IN_MEMORY |
KEEP_DELETED_CELLS |
MAX_VERSIONS |
TIME_TO_LIVE |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static MetaDataExtension |
parse(String extension) |
static MetaDataExtension |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaDataExtension[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaDataExtension IN_MEMORY
public static final MetaDataExtension BLOOM_FILTER
public static final MetaDataExtension KEEP_DELETED_CELLS
public static final MetaDataExtension COMPRESSION
public static final MetaDataExtension BLOCK_CACHE_ENABLED
public static final MetaDataExtension TIME_TO_LIVE
public static final MetaDataExtension MAX_VERSIONS
public static MetaDataExtension[] values()
for (MetaDataExtension c : MetaDataExtension.values()) System.out.println(c);
public static MetaDataExtension 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 getValue()
public static MetaDataExtension parse(String extension)
Copyright © 2017. All rights reserved.