| Package | Description |
|---|---|
| org.apache.accumulo.core.client | |
| org.apache.accumulo.core.client.admin | |
| org.apache.accumulo.core.client.mapred | |
| org.apache.accumulo.core.client.mapreduce | |
| org.apache.accumulo.core.client.mapreduce.lib.util |
This package exists to store common helpers for configuring MapReduce jobs in a single location.
|
| org.apache.accumulo.core.client.mock | |
| org.apache.accumulo.core.security |
| 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 |
|---|
TableOfflineException(Instance instance,
String tableId) |
| Constructor and Description |
|---|
InstanceOperationsImpl(Instance instance,
org.apache.accumulo.core.security.thrift.TCredentials credentials) |
SecurityOperationsImpl(Instance instance,
org.apache.accumulo.core.security.thrift.TCredentials credentials) |
TableOperationsImpl(Instance instance,
org.apache.accumulo.core.security.thrift.TCredentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
protected static Instance |
InputFormatBase.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() |
protected static Instance |
AccumuloOutputFormat.getInstance(org.apache.hadoop.conf.Configuration conf)
Deprecated.
since 1.5.0; Use
AccumuloOutputFormat.getInstance(JobContext) instead. |
protected static Instance |
AccumuloFileOutputFormat.getInstance(org.apache.hadoop.conf.Configuration conf)
Deprecated.
since 1.5.0; This
OutputFormat does not communicate with Accumulo. If this is needed, subclasses must implement their own
configuration. |
protected static Instance |
InputFormatBase.getInstance(org.apache.hadoop.conf.Configuration conf)
Deprecated.
since 1.5.0; Use
InputFormatBase.getInstance(JobContext) instead. |
protected static Instance |
AccumuloOutputFormat.getInstance(org.apache.hadoop.mapreduce.JobContext context)
Initializes an Accumulo
Instance based on the configuration. |
protected static Instance |
InputFormatBase.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)
Initializes an Accumulo
Instance based on the configuration. |
| 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() |
| Constructor and Description |
|---|
Credentials(Instance instance,
String principal,
AuthenticationToken token) |
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.