|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connector | |
---|---|
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 |
Uses of Connector in org.apache.accumulo.core.cli |
---|
Methods in org.apache.accumulo.core.cli that return Connector | |
---|---|
Connector |
ClientOpts.getConnector()
|
Uses of Connector in org.apache.accumulo.core.client |
---|
Uses of Connector in org.apache.accumulo.core.client.impl |
---|
Subclasses of Connector in org.apache.accumulo.core.client.impl | |
---|---|
class |
ConnectorImpl
|
Uses of Connector in org.apache.accumulo.core.client.mapreduce.lib.impl |
---|
Methods in org.apache.accumulo.core.client.mapreduce.lib.impl with parameters of type Connector | |
---|---|
static Map<String,Map<KeyExtent,List<Range>>> |
InputConfigurator.binOffline(String tableId,
List<Range> ranges,
Instance instance,
Connector conn)
|
Uses of Connector in org.apache.accumulo.core.client.mock |
---|
Subclasses of Connector in org.apache.accumulo.core.client.mock | |
---|---|
class |
MockConnector
|
Methods in org.apache.accumulo.core.client.mock that return Connector | |
---|---|
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. |
Uses of Connector in org.apache.accumulo.core.conf |
---|
Methods in org.apache.accumulo.core.conf with parameters of type Connector | |
---|---|
static AccumuloConfiguration |
AccumuloConfiguration.getTableConfiguration(Connector conn,
String tableId)
|
Uses of Connector in org.apache.accumulo.core.util |
---|
Methods in org.apache.accumulo.core.util with parameters of type Connector | |
---|---|
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)
|
Uses of Connector in org.apache.accumulo.core.util.shell |
---|
Methods in org.apache.accumulo.core.util.shell that return Connector | |
---|---|
Connector |
Shell.getConnector()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |