Uses of Class
org.apache.hadoop.hbase.ipc.ServerCall
Packages that use 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
Methods in org.apache.hadoop.hbase.ipc that return types with arguments of type org.apache.hadoop.hbase.ipc.ServerCall in inModifier and TypeMethodDescriptionstatic Optional<org.apache.hadoop.hbase.ipc.ServerCall<?>>RpcServer.getCurrentServerCallWithCellScanner()Just return the current rpc call if it is aServerCalland also hasCellScannerattached. -
Uses of org.apache.hadoop.hbase.ipc.ServerCall in org.apache.hadoop.hbase.regionserver.regionreplication
Methods in org.apache.hadoop.hbase.regionserver.regionreplication with parameters of type org.apache.hadoop.hbase.ipc.ServerCall in inModifier and TypeMethodDescriptionvoidRegionReplicationSink.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.