Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.mapred | |
org.apache.accumulo.core.client.mapreduce | |
org.apache.accumulo.core.client.mapreduce.lib.util | |
org.apache.accumulo.core.client.mock |
Mock framework for Accumulo
|
org.apache.accumulo.minicluster |
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 |
AccumuloOutputFormat.getInstance(org.apache.hadoop.mapreduce.JobContext context)
Initializes an Accumulo
Instance based on the configuration. |
protected static Instance |
AbstractInputFormat.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
Deprecated.
since 1.8.0; use MiniAccumuloCluster or a standard mock framework instead.
|
Modifier and Type | Method and Description |
---|---|
Instance |
MockConnector.getInstance()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
MiniAccumuloInstance |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.