public static enum TableParams.Option extends java.lang.Enum<TableParams.Option>
Enum Constant and Description |
---|
ADDITIONAL_WRITE_POLICY |
BLOOM_FILTER_FP_CHANCE |
CACHING |
CDC |
COMMENT |
COMPACTION |
COMPRESSION |
CRC_CHECK_CHANCE |
DEFAULT_TIME_TO_LIVE |
EXTENSIONS |
GC_GRACE_SECONDS |
MAX_INDEX_INTERVAL |
MEMTABLE |
MEMTABLE_FLUSH_PERIOD_IN_MS |
MIN_INDEX_INTERVAL |
READ_REPAIR |
SPECULATIVE_RETRY |
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 MEMTABLE
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 SPECULATIVE_RETRY
public static final TableParams.Option ADDITIONAL_WRITE_POLICY
public static final TableParams.Option CRC_CHECK_CHANCE
public static final TableParams.Option CDC
public static final TableParams.Option READ_REPAIR
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 © 2009-2022 The Apache Software Foundation