| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Field and Description | 
|---|---|
| private ConcurrentMap<TableName,AsyncNonMetaRegionLocator.TableCache> | AsyncNonMetaRegionLocator. cache | 
| Modifier and Type | Method and Description | 
|---|---|
| private AsyncNonMetaRegionLocator.TableCache | AsyncNonMetaRegionLocator. getTableCache(TableName tableName) | 
| Modifier and Type | Method and Description | 
|---|---|
| private RegionLocations | AsyncNonMetaRegionLocator. addToCache(AsyncNonMetaRegionLocator.TableCache tableCache,
          RegionLocations locs) | 
| private RegionLocations | AsyncNonMetaRegionLocator. locateInCache(AsyncNonMetaRegionLocator.TableCache tableCache,
             TableName tableName,
             byte[] row,
             int replicaId,
             RegionLocateType locateType) | 
| private RegionLocations | AsyncNonMetaRegionLocator. locateRowBeforeInCache(AsyncNonMetaRegionLocator.TableCache tableCache,
                      TableName tableName,
                      byte[] row,
                      int replicaId) | 
| private RegionLocations | AsyncNonMetaRegionLocator. locateRowInCache(AsyncNonMetaRegionLocator.TableCache tableCache,
                TableName tableName,
                byte[] row,
                int replicaId) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.