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.RpcCallbackServerCall.rpcCallbackMethods in org.apache.hadoop.hbase.ipc with parameters of type org.apache.hadoop.hbase.ipc.RpcCallback in inModifier and TypeMethodDescriptionvoidRpcCallContext.setCallBack(org.apache.hadoop.hbase.ipc.RpcCallback callback) Sets a callback which has to be executed at the end of this RPC call.voidServerCall.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 TypeClassDescriptionclassorg.apache.hadoop.hbase.regionserver.RegionScannerImplRegionScannerImpl is used to combine scanners from multiple Stores (aka column families).