org.apache.accumulo.core.client.mapreduce.lib.impl
public static enum InputConfigurator.ScanOpts extends Enum<InputConfigurator.ScanOpts>
Scanner
.Enum Constant and Description |
---|
AUTHORIZATIONS |
COLUMNS |
ITERATORS |
RANGES |
TABLE_CONFIGS |
TABLE_NAME |
Modifier and Type | Method and Description |
---|---|
static InputConfigurator.ScanOpts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputConfigurator.ScanOpts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputConfigurator.ScanOpts TABLE_NAME
public static final InputConfigurator.ScanOpts AUTHORIZATIONS
public static final InputConfigurator.ScanOpts RANGES
public static final InputConfigurator.ScanOpts COLUMNS
public static final InputConfigurator.ScanOpts ITERATORS
public static final InputConfigurator.ScanOpts TABLE_CONFIGS
public static InputConfigurator.ScanOpts[] values()
for (InputConfigurator.ScanOpts c : InputConfigurator.ScanOpts.values()) System.out.println(c);
public static InputConfigurator.ScanOpts 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 © 2011–2016 The Apache Software Foundation. All rights reserved.