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) 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
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.