Uses of Class
org.apache.hadoop.hbase.client.AsyncNonMetaRegionLocator.TableCache
Packages that use AsyncNonMetaRegionLocator.TableCache
-
Uses of AsyncNonMetaRegionLocator.TableCache in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client with type parameters of type AsyncNonMetaRegionLocator.TableCacheModifier and TypeFieldDescriptionprivate final ConcurrentMap<TableName,
AsyncNonMetaRegionLocator.TableCache> AsyncNonMetaRegionLocator.cache
Methods in org.apache.hadoop.hbase.client that return AsyncNonMetaRegionLocator.TableCacheMethods in org.apache.hadoop.hbase.client with parameters of type AsyncNonMetaRegionLocator.TableCacheModifier and TypeMethodDescriptionprivate RegionLocations
AsyncNonMetaRegionLocator.locateInCache
(AsyncNonMetaRegionLocator.TableCache tableCache, byte[] row, int replicaId, RegionLocateType locateType) private RegionLocations
AsyncNonMetaRegionLocator.locateRowBeforeInCache
(AsyncNonMetaRegionLocator.TableCache tableCache, byte[] row, int replicaId) private RegionLocations
AsyncNonMetaRegionLocator.locateRowInCache
(AsyncNonMetaRegionLocator.TableCache tableCache, byte[] row, int replicaId)