Uses of Class
org.apache.hadoop.hbase.ipc.ServerCall
Package
Description
Tools to help define network clients and servers.
-
Uses of org.apache.hadoop.hbase.ipc.ServerCall in org.apache.hadoop.hbase.ipc
Modifier and TypeMethodDescriptionstatic Optional<org.apache.hadoop.hbase.ipc.ServerCall<?>>
RpcServer.getCurrentServerCallWithCellScanner()
Just return the current rpc call if it is aServerCall
and also hasCellScanner
attached. -
Uses of org.apache.hadoop.hbase.ipc.ServerCall in org.apache.hadoop.hbase.regionserver.regionreplication
Modifier and TypeMethodDescriptionvoid
RegionReplicationSink.add
(org.apache.hadoop.hbase.wal.WALKeyImpl key, org.apache.hadoop.hbase.wal.WALEdit edit, org.apache.hadoop.hbase.ipc.ServerCall<?> rpcCall) Add this edit to replication queue.