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 org.apache.hadoop.hbase.ipc.ServerCall in inModifier and TypeMethodDescriptionabstract org.apache.hadoop.hbase.ipc.ServerCall<?>ServerRpcConnection.createCall(int id, org.apache.hbase.thirdparty.com.google.protobuf.BlockingService service, org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor md, org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.RequestHeader header, org.apache.hbase.thirdparty.com.google.protobuf.Message param, org.apache.hadoop.hbase.ExtendedCellScanner cellScanner, long size, InetAddress remoteAddress, int timeout, org.apache.hadoop.hbase.ipc.RpcServer.CallCleanup reqCleanup) 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.