Uses of Class
org.apache.accumulo.core.client.Connector

Packages that use Connector
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.impl   
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.client
 

Methods in org.apache.accumulo.core.client that return Connector
 Connector ZooKeeperInstance.getConnector(AuthInfo auth)
           
 Connector Instance.getConnector(AuthInfo auth)
          Returns a connection to accumulo.
 Connector ZooKeeperInstance.getConnector(String user, byte[] pass)
           
 Connector Instance.getConnector(String user, byte[] pass)
          Returns a connection to accumulo.
 Connector ZooKeeperInstance.getConnector(String user, ByteBuffer pass)
           
 Connector Instance.getConnector(String user, ByteBuffer pass)
          Returns a connection to accumulo.
 Connector ZooKeeperInstance.getConnector(String user, CharSequence pass)
           
 Connector Instance.getConnector(String user, CharSequence pass)
          Returns a connection to this instance of accumulo.
 

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.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(AuthInfo auth)
           
 Connector MockInstance.getConnector(String user, byte[] pass)
           
 Connector MockInstance.getConnector(String user, ByteBuffer pass)
           
 Connector MockInstance.getConnector(String user, CharSequence pass)
           
 

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)
           
static void TableDiskUsage.printDiskUsage(AccumuloConfiguration acuConf, Collection<String> tables, org.apache.hadoop.fs.FileSystem fs, Connector conn)
           
 

Uses of Connector in org.apache.accumulo.core.util.shell
 

Methods in org.apache.accumulo.core.util.shell that return Connector
 Connector Shell.getConnector()
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.