Uses of Class
org.apache.hadoop.hbase.client.ClientServiceCallable
Package
Description
Provides HBase Client
-
Uses of ClientServiceCallable in org.apache.hadoop.hbase.client
Modifier and TypeClassDescription(package private) class
This class is used to unify HTable calls with AsyncProcess Framework.(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. -
Uses of ClientServiceCallable in org.apache.hadoop.hbase.tool
Modifier and TypeMethodDescriptionprotected ClientServiceCallable<byte[]>
LoadIncrementalHFiles.buildClientServiceCallable
(Connection conn, TableName tableName, byte[] first, Collection<LoadIncrementalHFiles.LoadQueueItem> lqis, boolean copyFile) Deprecated.Modifier and TypeMethodDescriptionprotected List<LoadIncrementalHFiles.LoadQueueItem>
LoadIncrementalHFiles.tryAtomicRegionLoad
(ClientServiceCallable<byte[]> serviceCallable, TableName tableName, byte[] first, Collection<LoadIncrementalHFiles.LoadQueueItem> lqis) Deprecated.as of release 2.3.0.