Uses of Interface
org.apache.accumulo.core.client.Instance

Packages that use Instance
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.admin   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mapreduce   
org.apache.accumulo.core.client.mock   
org.apache.accumulo.core.conf   
org.apache.accumulo.core.trace   
org.apache.accumulo.core.util   
org.apache.accumulo.core.zookeeper   
org.apache.accumulo.server.master   
org.apache.accumulo.server.test.functional   
org.apache.accumulo.server.test.randomwalk   
 

Uses of Instance in org.apache.accumulo.core.client
 

Classes in org.apache.accumulo.core.client that implement Instance
 class ZooKeeperInstance
           An implementation of instance that looks in zookeeper to find information needed to connect to an instance of accumulo.
 

Methods in org.apache.accumulo.core.client that return Instance
 Instance Connector.getInstance()
          Accessor method for internal instance object.
 

Uses of Instance in org.apache.accumulo.core.client.admin
 

Constructors in org.apache.accumulo.core.client.admin with parameters of type Instance
InstanceOperations(Instance instance, AuthInfo credentials)
           
SecurityOperationsImpl(Instance instance, AuthInfo credentials)
           
TableOperationsImpl(Instance instance, AuthInfo credentials)
           
 

Uses of Instance in org.apache.accumulo.core.client.impl
 

Classes in org.apache.accumulo.core.client.impl that implement Instance
 class HdfsZooInstance
          An implementation of Instance that looks in HDFS and ZooKeeper to find the master and root tablet location.
 

Methods in org.apache.accumulo.core.client.impl that return Instance
 Instance ConnectorImpl.getInstance()
           
static Instance HdfsZooInstance.getInstance()
           
 

Methods in org.apache.accumulo.core.client.impl with parameters of type Instance
static void Tables.clearCache(Instance instance)
           
static ClientService.Iface ServerClient.getConnection(Instance instance)
           
static MasterClientService.Iface MasterClient.getConnection(Instance instance)
           
static MasterClientService.Iface MasterClient.getConnection(Instance instance, boolean retry)
           
static java.util.SortedMap<java.lang.String,java.lang.String> Tables.getIdToNameMap(Instance instance)
           
static TabletLocator TabletLocator.getInstance(Instance instance, AuthInfo credentials, org.apache.hadoop.io.Text tableId)
           
static java.util.SortedMap<java.lang.String,java.lang.String> Tables.getNameToIdMap(Instance instance)
           
static java.lang.String Tables.getTableId(Instance instance, java.lang.String tableName)
           
static java.lang.String Tables.getTableName(Instance instance, java.lang.String tableId)
           
static java.util.List<KeyValue> ThriftScanner.scan(Instance instance, AuthInfo credentials, ThriftScanner.ScanState scanState, int timeOut, AccumuloConfiguration conf)
           
 

Constructors in org.apache.accumulo.core.client.impl with parameters of type Instance
BatchWriterImpl(Instance instance, AuthInfo credentials, java.lang.String table, long maxMemory, long maxLatency, int maxWriteThreads)
           
ConnectorImpl(Instance instance, java.lang.String user, byte[] password)
           
MultiTableBatchWriterImpl(Instance instance, AuthInfo credentials, long maxMemory, long maxLatency, int maxWriteThreads)
           
ScannerImpl(Instance instance, AuthInfo credentials, java.lang.String table, Authorizations authorizations)
           
TabletServerBatchDeleter(Instance instance, AuthInfo credentials, java.lang.String tableId, Authorizations authorizations, int numQueryThreads, long maxMemory, long maxLatency, int maxWriteThreads)
           
TabletServerBatchReader(Instance instance, AuthInfo credentials, java.lang.String table, Authorizations authorizations, int numQueryThreads)
           
TabletServerBatchReaderIterator(Instance instance, AuthInfo credentials, java.lang.String table, Authorizations authorizations, java.util.ArrayList<Range> ranges, int numThreads, java.util.concurrent.ExecutorService queryThreadPool, ScannerOptions scannerOptions)
           
TabletServerBatchWriter(Instance instance, AuthInfo credentials, long maxMemory, long maxLatency, int numSendThreads)
           
Writer(Instance instance, AuthInfo credentials, java.lang.String table)
           
Writer(Instance instance, AuthInfo credentials, org.apache.hadoop.io.Text table)
           
 

Uses of Instance in org.apache.accumulo.core.client.mapreduce
 

Methods in org.apache.accumulo.core.client.mapreduce that return Instance
protected static Instance AccumuloFileOutputFormat.getInstance(org.apache.hadoop.mapreduce.JobContext job)
           
protected static Instance AccumuloInputFormat.getInstance(org.apache.hadoop.mapreduce.JobContext job)
           
protected static Instance AccumuloOutputFormat.getInstance(org.apache.hadoop.mapreduce.JobContext job)
           
 

Uses of Instance in org.apache.accumulo.core.client.mock
 

Classes in org.apache.accumulo.core.client.mock that implement Instance
 class MockInstance
           
 

Methods in org.apache.accumulo.core.client.mock that return Instance
 Instance MockConnector.getInstance()
           
 

Uses of Instance in org.apache.accumulo.core.conf
 

Methods in org.apache.accumulo.core.conf with parameters of type Instance
static ZooConfiguration ZooConfiguration.getInstance(Instance inst, AccumuloConfiguration parent)
           
static AccumuloConfiguration AccumuloConfiguration.getSystemConfiguration(Instance instance)
           
static TableConfiguration AccumuloConfiguration.getTableConfiguration(java.lang.String instanceId, java.lang.String tableId, Instance instance)
           
 

Uses of Instance in org.apache.accumulo.core.trace
 

Fields in org.apache.accumulo.core.trace declared as Instance
 Instance InstanceUserPassword.instance
           
 

Methods in org.apache.accumulo.core.trace with parameters of type Instance
static void DistributedTrace.enable(Instance instance, java.lang.String application, java.lang.String address)
           
 

Constructors in org.apache.accumulo.core.trace with parameters of type Instance
InstanceUserPassword(Instance instance, java.lang.String username, java.lang.String password)
           
 

Uses of Instance in org.apache.accumulo.core.util
 

Methods in org.apache.accumulo.core.util with parameters of type Instance
static void MetadataTable.getEntries(Instance instance, AuthInfo credentials, java.lang.String table, boolean isTid, java.util.Map<KeyExtent,java.lang.String> locations, java.util.SortedSet<KeyExtent> tablets)
           
static void MetadataTable.getTabletAndPrevTabletKeyValues(Instance instance, java.util.SortedMap<Key,Value> tkv, KeyExtent ke, java.util.List<ColumnFQ> columns, AuthInfo credentials)
           
static java.util.SortedMap<org.apache.hadoop.io.Text,java.util.SortedMap<ColumnFQ,Value>> MetadataTable.getTabletEntries(Instance instance, KeyExtent ke, java.util.List<ColumnFQ> columns, AuthInfo credentials)
           
 

Constructors in org.apache.accumulo.core.util with parameters of type Instance
BulkImportHelper(Instance instance, AuthInfo credentials, java.lang.String tableName)
           
 

Uses of Instance in org.apache.accumulo.core.zookeeper
 

Methods in org.apache.accumulo.core.zookeeper with parameters of type Instance
static java.lang.String ZooUtil.getRoot(Instance instance)
           
 

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

Constructors in org.apache.accumulo.server.master with parameters of type Instance
LiveTServerSet(Instance instance, LiveTServerSet.Listener cback)
           
 

Uses of Instance in org.apache.accumulo.server.test.functional
 

Methods in org.apache.accumulo.server.test.functional that return Instance
protected  Instance FunctionalTest.getInstance()
           
 

Uses of Instance in org.apache.accumulo.server.test.randomwalk
 

Methods in org.apache.accumulo.server.test.randomwalk that return Instance
 Instance State.getInstance()
           
 



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