Package org.apache.hadoop.hbase.client
Class MetaCacheUtil
java.lang.Object
org.apache.hadoop.hbase.client.MetaCacheUtil
Util class to DRY common logic between AsyncRegionLocationCache and MetaCache
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) static void
cleanProblematicOverlappedRegions
(RegionLocations locations, ConcurrentNavigableMap<byte[], RegionLocations> cache) When caching a location, the region may have been the result of a merge.
-
Field Details
-
LOG
-
-
Constructor Details
-
MetaCacheUtil
private MetaCacheUtil()
-
-
Method Details