Uses of Class
org.apache.hadoop.hbase.regionserver.WrongRegionException
Packages that use WrongRegionException
-
Uses of WrongRegionException in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that throw WrongRegionExceptionModifier and TypeMethodDescriptionprivate void
HRegion.checkTargetRegion
(byte[] encodedRegionName, String exceptionMsg, Object payload) Checks whether the given regionName is either equal to our region, or that the regionName is the primary region to our corresponding range for the secondary replica.