Modifier and Type | Class and Description |
---|---|
class |
ZooKeeperInstance
An implementation of instance that looks in zookeeper to find information needed to connect to an instance of accumulo.
|
Modifier and Type | Method and Description |
---|---|
abstract Instance |
Connector.getInstance()
Accessor method for internal instance object.
|
Constructor and Description |
---|
MutationsRejectedException(Instance instance,
List<ConstraintViolationSummary> cvsList,
HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause)
Deprecated.
|
MutationsRejectedException(Instance instance,
List<ConstraintViolationSummary> cvsList,
Map<TabletId,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause) |
TableOfflineException(Instance instance,
String tableId) |
Modifier and Type | Method and Description |
---|---|
protected static Instance |
AbstractInputFormat.getInstance(org.apache.hadoop.mapred.JobConf job)
Initializes an Accumulo
Instance based on the configuration. |
protected static Instance |
AccumuloOutputFormat.getInstance(org.apache.hadoop.mapred.JobConf job)
Initializes an Accumulo
Instance based on the configuration. |
Modifier and Type | Method and Description |
---|---|
Instance |
RangeInputSplit.getInstance()
Deprecated.
since 1.7.0, use getInstance(ClientConfiguration) instead.
|
Instance |
RangeInputSplit.getInstance(ClientConfiguration base) |
protected static Instance |
AbstractInputFormat.getInstance(org.apache.hadoop.mapreduce.JobContext context)
Initializes an Accumulo
Instance based on the configuration. |
protected static Instance |
AccumuloOutputFormat.getInstance(org.apache.hadoop.mapreduce.JobContext context)
Initializes an Accumulo
Instance based on the configuration. |
Modifier and Type | Method and Description |
---|---|
static Instance |
ConfiguratorBase.getInstance(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf)
Deprecated.
since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
|
Modifier and Type | Class and Description |
---|---|
class |
MockInstance
Mock Accumulo provides an in memory implementation of the Accumulo client API.
|
Modifier and Type | Method and Description |
---|---|
Instance |
MockConnector.getInstance() |
Modifier and Type | Class and Description |
---|---|
class |
MiniAccumuloInstance |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.