| 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) |
TableOfflineException(Instance instance,
String tableId) |
| Constructor and Description |
|---|
InstanceOperationsImpl(Instance instance,
org.apache.accumulo.core.security.thrift.TCredentials credentials)
Deprecated.
|
SecurityOperationsImpl(Instance instance,
Credentials credentials)
Deprecated.
|
SecurityOperationsImpl(Instance instance,
org.apache.accumulo.core.security.thrift.TCredentials credentials)
Deprecated.
|
TableOperationsImpl(Instance instance,
Credentials credentials)
Deprecated.
|
TableOperationsImpl(Instance instance,
org.apache.accumulo.core.security.thrift.TCredentials credentials)
Deprecated.
|
| 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() |
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 | Method and Description |
|---|---|
org.apache.accumulo.core.security.thrift.TCredentials |
Credentials.toThrift(Instance instance)
Converts the current object to the relevant thrift type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MiniAccumuloInstance |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.