Modifier and Type | Method and Description |
---|---|
Connector |
ClientOpts.getConnector() |
Modifier and Type | Class and Description |
---|---|
class |
ConnectorImpl |
Modifier and Type | Class and Description |
---|---|
class |
MockConnector |
Modifier and Type | Method and Description |
---|---|
Connector |
MockInstance.getConnector(AuthInfo auth)
Deprecated.
|
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) |
static void |
TableDiskUsage.printDiskUsage(AccumuloConfiguration acuConf,
Collection<String> tables,
org.apache.hadoop.fs.FileSystem fs,
Connector conn,
boolean humanReadable) |
static void |
TableDiskUsage.printDiskUsage(AccumuloConfiguration acuConf,
Collection<String> tables,
org.apache.hadoop.fs.FileSystem fs,
Connector conn,
TableDiskUsage.Printer printer,
boolean humanReadable) |
Modifier and Type | Method and Description |
---|---|
Connector |
Shell.getConnector() |
Modifier and Type | Method and Description |
---|---|
protected Connector |
ProxyServer.getConnector(ByteBuffer login) |
Modifier and Type | Method and Description |
---|---|
Connector |
HdfsZooInstance.getConnector(AuthInfo auth)
Deprecated.
|
Connector |
HdfsZooInstance.getConnector(String principal,
AuthenticationToken token) |
Connector |
HdfsZooInstance.getConnector(String user,
byte[] pass)
Deprecated.
|
Connector |
HdfsZooInstance.getConnector(String user,
ByteBuffer pass)
Deprecated.
|
Connector |
HdfsZooInstance.getConnector(String user,
CharSequence pass)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Connector |
Master.getConnector() |
Modifier and Type | Method and Description |
---|---|
MergeState |
MergeStats.nextMergeState(Connector connector,
CurrentState master) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
MetadataTable.getBulkFilesLoaded(Connector conn,
KeyExtent extent,
long tid) |
static void |
MetadataTable.removeBulkLoadEntries(Connector conn,
String tableId,
long tid) |
Modifier and Type | Method and Description |
---|---|
protected Connector |
FunctionalTest.getConnector() |
Modifier and Type | Method and Description |
---|---|
Connector |
State.getConnector() |
Modifier and Type | Method and Description |
---|---|
static Connector |
SecurityHelper.getSystemConnector(State state) |
Modifier and Type | Method and Description |
---|---|
static void |
AlterTable.renameTable(Connector conn,
State state,
String oldName,
String newName,
boolean hasPermission,
boolean tableExists) |
static void |
SecurityHelper.setSystemConnector(State state,
Connector conn) |
Modifier and Type | Method and Description |
---|---|
Connector |
ScaleTest.getConnector() |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.