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) class
This class is used to unify HTable calls with AsyncProcess Framework.class
A RegionServerCallable set to use the Client protocol.(package private) class
Callable that handles themulti
method call going against a single regionserver; i.e.class
Implementations make an rpc call against a RegionService via a protobuf Service.class
A reversed ScannerCallable which supports backward scanning.(package private) class
A RegionServerCallable that takes into account the replicas, i.e.class
Scanner operations such as create, next, etc.