Package | Description |
---|---|
org.apache.accumulo.core.cli | |
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.impl | |
org.apache.accumulo.core.client.mapreduce.lib.impl |
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.conf | |
org.apache.accumulo.core.util | |
org.apache.accumulo.core.util.shell |
Modifier and Type | Method and Description |
---|---|
Connector |
ClientOpts.getConnector() |
Modifier and Type | Class and Description |
---|---|
class |
ConnectorImpl |
Modifier and Type | Method and Description |
---|---|
static Map<String,Map<KeyExtent,List<Range>>> |
InputConfigurator.binOffline(String tableId,
List<Range> ranges,
Instance instance,
Connector conn) |
Modifier and Type | Class and Description |
---|---|
class |
MockConnector |
Modifier and Type | Method and Description |
---|---|
Connector |
MockInstance.getConnector(String principal,
AuthenticationToken token) |
Connector |
MockInstance.getConnector(String user,
byte[] pass)
Deprecated.
|
Connector |
MockInstance.getConnector(String user,
ByteBuffer pass)
Deprecated.
|
Connector |
MockInstance.getConnector(String user,
CharSequence pass)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AccumuloConfiguration |
AccumuloConfiguration.getTableConfiguration(Connector conn,
String tableId) |
Modifier and Type | Method and Description |
---|---|
protected Iterator<Merge.Size> |
Merge.getSizeIterator(Connector conn,
String tablename,
org.apache.hadoop.io.Text start,
org.apache.hadoop.io.Text end) |
protected void |
Merge.merge(Connector conn,
String table,
List<Merge.Size> sizes,
int numToMerge) |
protected long |
Merge.mergeMany(Connector conn,
String table,
List<Merge.Size> sizes,
long goalSize,
boolean force,
boolean last) |
protected void |
Merge.mergeSome(Connector conn,
String table,
List<Merge.Size> sizes,
int numToMerge) |
void |
Merge.mergomatic(Connector conn,
String table,
org.apache.hadoop.io.Text start,
org.apache.hadoop.io.Text end,
long goalSize,
boolean force) |
Modifier and Type | Method and Description |
---|---|
Connector |
Shell.getConnector() |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.