Uses of Class
org.apache.hadoop.hbase.client.RegionServerCallable
Packages that use RegionServerCallable
-
Uses of RegionServerCallable in org.apache.hadoop.hbase.client
Subclasses of RegionServerCallable in org.apache.hadoop.hbase.clientModifier and TypeClassDescription(package private) classThis class is used to unify HTable calls with AsyncProcess Framework.classA RegionServerCallable set to use the Client protocol.(package private) classCallable that handles themultimethod call going against a single regionserver; i.e.classImplementations make an rpc call against a RegionService via a protobuf Service.classA reversed ScannerCallable which supports backward scanning.(package private) classA RegionServerCallable that takes into account the replicas, i.e.classScanner operations such as create, next, etc.