public static enum TableParams.Option extends java.lang.Enum<TableParams.Option>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static TableParams.Option |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableParams.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableParams.Option BLOOM_FILTER_FP_CHANCE
public static final TableParams.Option CACHING
public static final TableParams.Option COMMENT
public static final TableParams.Option COMPACTION
public static final TableParams.Option COMPRESSION
public static final TableParams.Option DCLOCAL_READ_REPAIR_CHANCE
public static final TableParams.Option DEFAULT_TIME_TO_LIVE
public static final TableParams.Option EXTENSIONS
public static final TableParams.Option GC_GRACE_SECONDS
public static final TableParams.Option MAX_INDEX_INTERVAL
public static final TableParams.Option MEMTABLE_FLUSH_PERIOD_IN_MS
public static final TableParams.Option MIN_INDEX_INTERVAL
public static final TableParams.Option READ_REPAIR_CHANCE
public static final TableParams.Option SPECULATIVE_RETRY
public static final TableParams.Option CRC_CHECK_CHANCE
public static TableParams.Option[] values()
for (TableParams.Option c : TableParams.Option.values()) System.out.println(c);
public static TableParams.Option valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<TableParams.Option>
Copyright © 2015 The Apache Software Foundation