Uses of Interface
org.apache.hadoop.hbase.ipc.RpcCallback
Packages that use org.apache.hadoop.hbase.ipc.RpcCallback
Package
Description
Tools to help define network clients and servers.
-
Uses of org.apache.hadoop.hbase.ipc.RpcCallback in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc declared as org.apache.hadoop.hbase.ipc.RpcCallback in inModifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.ipc.RpcCallback
ServerCall.rpcCallback
Methods in org.apache.hadoop.hbase.ipc with parameters of type org.apache.hadoop.hbase.ipc.RpcCallback in inModifier and TypeMethodDescriptionvoid
RpcCallContext.setCallBack
(org.apache.hadoop.hbase.ipc.RpcCallback callback) Sets a callback which has to be executed at the end of this RPC call.void
ServerCall.setCallBack
(org.apache.hadoop.hbase.ipc.RpcCallback callback) -
Uses of org.apache.hadoop.hbase.ipc.RpcCallback in org.apache.hadoop.hbase.regionserver
Classes in org.apache.hadoop.hbase.regionserver that implement org.apache.hadoop.hbase.ipc.RpcCallback in inModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.regionserver.RegionScannerImpl
RegionScannerImpl is used to combine scanners from multiple Stores (aka column families).