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

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.mock   
org.apache.accumulo.core.conf   
org.apache.accumulo.core.util   
org.apache.accumulo.core.util.shell   
org.apache.accumulo.proxy   
org.apache.accumulo.server.client   
org.apache.accumulo.server.master   
org.apache.accumulo.server.master.state   
org.apache.accumulo.server.util   
org.apache.accumulo.test.functional   
org.apache.accumulo.test.randomwalk   
org.apache.accumulo.test.randomwalk.security   
org.apache.accumulo.test.scalability   
 

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
 

Methods in org.apache.accumulo.core.client that return Connector
 Connector Instance.getConnector(AuthInfo auth)
          Deprecated. since 1.5, use Instance.getConnector(String, AuthenticationToken) with PasswordToken
 Connector ZooKeeperInstance.getConnector(AuthInfo auth)
          Deprecated. 
 Connector Instance.getConnector(String principal, AuthenticationToken token)
          Returns a connection to this instance of accumulo.
 Connector ZooKeeperInstance.getConnector(String principal, AuthenticationToken token)
           
 Connector Instance.getConnector(String user, byte[] pass)
          Deprecated. since 1.5, use Instance.getConnector(String, AuthenticationToken) with PasswordToken
 Connector ZooKeeperInstance.getConnector(String principal, byte[] pass)
          Deprecated. 
 Connector Instance.getConnector(String user, ByteBuffer pass)
          Deprecated. since 1.5, use Instance.getConnector(String, AuthenticationToken) with PasswordToken
 Connector ZooKeeperInstance.getConnector(String user, ByteBuffer pass)
          Deprecated. 
 Connector Instance.getConnector(String user, CharSequence pass)
          Deprecated. since 1.5, use Instance.getConnector(String, AuthenticationToken) with PasswordToken
 Connector ZooKeeperInstance.getConnector(String user, CharSequence pass)
          Deprecated. 
 

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)
          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. 
 

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

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

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

Uses of Connector in org.apache.accumulo.proxy
 

Methods in org.apache.accumulo.proxy that return Connector
protected  Connector ProxyServer.getConnector(ByteBuffer login)
           
 

Uses of Connector in org.apache.accumulo.server.client
 

Methods in org.apache.accumulo.server.client that return Connector
 Connector HdfsZooInstance.getConnector(AuthInfo auth)
          Deprecated. 
 Connector HdfsZooInstance.getConnector(String principal, AuthenticationToken token)
           
 Connector HdfsZooInstance.getConnector(String user, byte[] pass)
           
 Connector HdfsZooInstance.getConnector(String user, ByteBuffer pass)
           
 Connector HdfsZooInstance.getConnector(String user, CharSequence pass)
           
 

Uses of Connector in org.apache.accumulo.server.master
 

Methods in org.apache.accumulo.server.master that return Connector
 Connector Master.getConnector()
           
 

Uses of Connector in org.apache.accumulo.server.master.state
 

Methods in org.apache.accumulo.server.master.state with parameters of type Connector
 MergeState MergeStats.nextMergeState(Connector connector, CurrentState master)
           
 

Uses of Connector in org.apache.accumulo.server.util
 

Methods in org.apache.accumulo.server.util with parameters of type Connector
static List<String> MetadataTable.getBulkFilesLoaded(Connector conn, KeyExtent extent, long tid)
           
static void MetadataTable.removeBulkLoadEntries(Connector conn, String tableId, long tid)
           
 

Uses of Connector in org.apache.accumulo.test.functional
 

Methods in org.apache.accumulo.test.functional that return Connector
protected  Connector FunctionalTest.getConnector()
           
 

Uses of Connector in org.apache.accumulo.test.randomwalk
 

Methods in org.apache.accumulo.test.randomwalk that return Connector
 Connector State.getConnector()
           
 

Uses of Connector in org.apache.accumulo.test.randomwalk.security
 

Methods in org.apache.accumulo.test.randomwalk.security that return Connector
static Connector SecurityHelper.getSystemConnector(State state)
           
 

Methods in org.apache.accumulo.test.randomwalk.security with parameters of type Connector
static void AlterTable.renameTable(Connector conn, State state, String oldName, String newName, boolean hasPermission, boolean tableExists)
           
static void SecurityHelper.setSystemConnector(State state, Connector conn)
           
 

Uses of Connector in org.apache.accumulo.test.scalability
 

Methods in org.apache.accumulo.test.scalability that return Connector
 Connector ScaleTest.getConnector()
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.