static class TestAsyncProcess.MyConnectionImpl extends org.apache.hadoop.hbase.client.ConnectionImplementation
Modifier and Type | Class and Description |
---|---|
static class |
TestAsyncProcess.MyConnectionImpl.TestRegistry |
Modifier and Type | Field and Description |
---|---|
(package private) AtomicInteger |
nbThreads |
Modifier | Constructor and Description |
---|---|
protected |
MyConnectionImpl(org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasCellBlockSupport() |
org.apache.hadoop.hbase.RegionLocations |
locateRegion(org.apache.hadoop.hbase.TableName tableName,
byte[] row,
boolean useCache,
boolean retry,
int replicaId) |
private static org.apache.hadoop.conf.Configuration |
setupConf(org.apache.hadoop.conf.Configuration conf) |
abort, cacheLocation, clearCaches, clearRegionCache, clearRegionCache, clearRegionLocationCache, close, deleteCachedRegionLocation, finalize, getAdmin, getAdmin, getAdminForMaster, getAsyncProcess, getBackoffPolicy, getBufferedMutator, getBufferedMutator, getCachedLocation, getChoreService, getClient, getClusterId, getConfiguration, getConnectionConfiguration, getConnectionMetrics, getConnectionRegistry, getCurrentBatchPool, getCurrentMetaLookupPool, getHbck, getHbck, getMaster, getNewRpcRetryingCallerFactory, getNonceGenerator, getNumberOfCachedRegionLocations, getRegionLocation, getRegionLocator, getRpcClient, getRpcControllerFactory, getRpcRetryingCallerFactory, getStatisticsTracker, getTable, getTableBuilder, getTableState, getUser, injectNonceGeneratorForTesting, isAborted, isClosed, isMasterRunning, isTableAvailable, isTableDisabled, isTableEnabled, locateRegion, locateRegion, locateRegion, locateRegions, locateRegions, releaseMaster, relocateRegion, relocateRegion, retrieveClusterId, takeUserRegionLock, toString, updateCachedLocation, updateCachedLocations
final AtomicInteger nbThreads
protected MyConnectionImpl(org.apache.hadoop.conf.Configuration conf) throws IOException
IOException
private static org.apache.hadoop.conf.Configuration setupConf(org.apache.hadoop.conf.Configuration conf)
public org.apache.hadoop.hbase.RegionLocations locateRegion(org.apache.hadoop.hbase.TableName tableName, byte[] row, boolean useCache, boolean retry, int replicaId) throws IOException
locateRegion
in interface org.apache.hadoop.hbase.client.ClusterConnection
locateRegion
in class org.apache.hadoop.hbase.client.ConnectionImplementation
IOException
public boolean hasCellBlockSupport()
hasCellBlockSupport
in interface org.apache.hadoop.hbase.client.ClusterConnection
hasCellBlockSupport
in class org.apache.hadoop.hbase.client.ConnectionImplementation
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.