Uses of Class
org.apache.hadoop.hbase.client.ClientServiceCallable
Packages that use ClientServiceCallable
Package
Description
Provides HBase Client
-
Uses of ClientServiceCallable in org.apache.hadoop.hbase.client
Subclasses of ClientServiceCallable in org.apache.hadoop.hbase.clientModifier and TypeClassDescription(package private) classThis class is used to unify HTable calls with AsyncProcess Framework.(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. -
Uses of ClientServiceCallable in org.apache.hadoop.hbase.tool
Methods in org.apache.hadoop.hbase.tool that return ClientServiceCallableModifier and TypeMethodDescriptionprotected ClientServiceCallable<byte[]>LoadIncrementalHFiles.buildClientServiceCallable(Connection conn, TableName tableName, byte[] first, Collection<LoadIncrementalHFiles.LoadQueueItem> lqis, boolean copyFile) Deprecated.Methods in org.apache.hadoop.hbase.tool with parameters of type ClientServiceCallableModifier 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.