org.apache.hadoop.hbase.client
Interface StatisticsHConnection

All Superinterfaces:
Abortable, Closeable, HConnection

@InterfaceAudience.Private
public interface StatisticsHConnection
extends HConnection

A server statistics tracking aware HConnection.


Field Summary
 
Fields inherited from interface org.apache.hadoop.hbase.client.HConnection
HBASE_CLIENT_CONNECTION_IMPL
 
Method Summary
 ClientBackoffPolicy getBackoffPolicy()
           
 ServerStatisticTracker getStatisticsTracker()
           
 
Methods inherited from interface org.apache.hadoop.hbase.client.HConnection
clearCaches, clearRegionCache, clearRegionCache, clearRegionCache, deleteCachedRegionLocation, getAdmin, getAdmin, getClient, getConfiguration, getCurrentNrHRS, getHTableDescriptor, getHTableDescriptor, getHTableDescriptors, getHTableDescriptorsByTableName, getKeepAliveMasterService, getMaster, getNonceGenerator, getRegionCachePrefetch, getRegionCachePrefetch, getRegionLocation, getRegionLocation, getTable, getTable, getTable, getTable, getTable, getTable, getTableNames, isClosed, isDeadServer, isMasterRunning, isTableAvailable, isTableAvailable, isTableAvailable, isTableAvailable, isTableDisabled, isTableDisabled, isTableEnabled, isTableEnabled, listTableNames, listTables, locateRegion, locateRegion, locateRegion, locateRegions, locateRegions, locateRegions, locateRegions, processBatch, processBatch, processBatchCallback, processBatchCallback, relocateRegion, relocateRegion, setRegionCachePrefetch, setRegionCachePrefetch, updateCachedLocations, updateCachedLocations
 
Methods inherited from interface org.apache.hadoop.hbase.Abortable
abort, isAborted
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getStatisticsTracker

ServerStatisticTracker getStatisticsTracker()
Specified by:
getStatisticsTracker in interface HConnection
Returns:
the current statistics tracker associated with this connection

getBackoffPolicy

ClientBackoffPolicy getBackoffPolicy()
Specified by:
getBackoffPolicy in interface HConnection
Returns:
the configured client backoff policy


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