| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| org.apache.hadoop.hbase.tool | 
| Modifier and Type | Class and Description | 
|---|---|
| (package private) class  | CancellableRegionServerCallable<T>This class is used to unify HTable calls with AsyncProcess Framework. | 
| (package private) class  | MultiServerCallableCallable that handles the  multimethod call going against a single
 regionserver; i.e. | 
| class  | NoncedRegionServerCallable<T>Implementations make an rpc call against a RegionService via a protobuf Service. | 
| class  | ReversedScannerCallableA reversed ScannerCallable which supports backward scanning. | 
| (package private) class  | RpcRetryingCallerWithReadReplicas.ReplicaRegionServerCallableA RegionServerCallable that takes into account the replicas, i.e. | 
| class  | ScannerCallableScanner operations such as create, next, etc. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ClientServiceCallable<byte[]> | LoadIncrementalHFiles. buildClientServiceCallable(Connection conn,
                          TableName tableName,
                          byte[] first,
                          Collection<LoadIncrementalHFiles.LoadQueueItem> lqis,
                          boolean copyFile)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| protected List<LoadIncrementalHFiles.LoadQueueItem> | LoadIncrementalHFiles. tryAtomicRegionLoad(ClientServiceCallable<byte[]> serviceCallable,
                   TableName tableName,
                   byte[] first,
                   Collection<LoadIncrementalHFiles.LoadQueueItem> lqis)Deprecated.  Attempts to do an atomic load of many hfiles into a region. | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.