org.apache.accumulo.core.client.mapreduce.lib.impl
public static enum ConfiguratorBase.ConnectorInfo extends Enum<ConfiguratorBase.ConnectorInfo>
Instance.getConnector(String, AuthenticationToken)
.Enum Constant and Description |
---|
IS_CONFIGURED |
PRINCIPAL |
TOKEN |
Modifier and Type | Method and Description |
---|---|
static ConfiguratorBase.ConnectorInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfiguratorBase.ConnectorInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfiguratorBase.ConnectorInfo IS_CONFIGURED
public static final ConfiguratorBase.ConnectorInfo PRINCIPAL
public static final ConfiguratorBase.ConnectorInfo TOKEN
public static ConfiguratorBase.ConnectorInfo[] values()
for (ConfiguratorBase.ConnectorInfo c : ConfiguratorBase.ConnectorInfo.values()) System.out.println(c);
public static ConfiguratorBase.ConnectorInfo 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.