| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.ipc | 
 Tools to help define network clients and servers. 
 | 
| org.apache.hadoop.hbase.regionserver | 
| Modifier and Type | Field and Description | 
|---|---|
protected RpcCallback | 
ServerCall.rpcCallback  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RpcCallContext.setCallBack(RpcCallback callback)
Sets a callback which has to be executed at the end of this RPC call. 
 | 
void | 
ServerCall.setCallBack(RpcCallback callback)  | 
| Modifier and Type | Class and Description | 
|---|---|
(package private) class  | 
HRegion.RegionScannerImpl
RegionScannerImpl is used to combine scanners from multiple Stores (aka column families). 
 | 
(package private) class  | 
ReversedRegionScannerImpl
ReversibleRegionScannerImpl extends from RegionScannerImpl, and is used to
 support reversed scanning. 
 | 
private static class  | 
RSRpcServices.RegionScannerCloseCallBack
An Rpc callback for closing a RegionScanner. 
 | 
(package private) static class  | 
RSRpcServices.RegionScannersCloseCallBack
An RpcCallBack that creates a list of scanners that needs to perform callBack operation on
 completion of multiGets. 
 | 
private class  | 
RSRpcServices.RegionScannerShippedCallBack
An Rpc callback for doing shipped() call on a RegionScanner. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private RpcCallback | 
RSRpcServices.RegionScannerHolder.closeCallBack  | 
private RpcCallback | 
RSRpcServices.RegionScannerHolder.shippedCallback  | 
| Constructor and Description | 
|---|
RegionScannerHolder(String scannerName,
                   RegionScanner s,
                   HRegion r,
                   RpcCallback closeCallBack,
                   RpcCallback shippedCallback,
                   boolean needCursor)  | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.