public static enum IndexOutputConfigurator.WriteOpts extends Enum<IndexOutputConfigurator.WriteOpts>
| Enum Constant and Description |
|---|
BATCH_WRITER_CONFIG |
BINARY_ENCODING |
COLUMN_TYPES |
DEFAULT_TABLE_NAME |
INDEX_COLUMNS |
INDEX_TABLE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static IndexOutputConfigurator.WriteOpts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexOutputConfigurator.WriteOpts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexOutputConfigurator.WriteOpts DEFAULT_TABLE_NAME
public static final IndexOutputConfigurator.WriteOpts INDEX_TABLE_NAME
public static final IndexOutputConfigurator.WriteOpts INDEX_COLUMNS
public static final IndexOutputConfigurator.WriteOpts COLUMN_TYPES
public static final IndexOutputConfigurator.WriteOpts BINARY_ENCODING
public static final IndexOutputConfigurator.WriteOpts BATCH_WRITER_CONFIG
public static IndexOutputConfigurator.WriteOpts[] values()
for (IndexOutputConfigurator.WriteOpts c : IndexOutputConfigurator.WriteOpts.values()) System.out.println(c);
public static IndexOutputConfigurator.WriteOpts 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 © 2019 The Apache Software Foundation. All Rights Reserved.