Uses of Class
org.apache.hadoop.hbase.ipc.ServerCall
Package
Description
Tools to help define network clients and servers.
-
Uses of ServerCall in org.apache.hadoop.hbase.ipc
Modifier and TypeClassDescription(package private) class
Datastructure that holds all necessary to a method invocation and then afterward, carries the result.(package private) class
Deprecated.Modifier and TypeMethodDescriptionabstract 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, ExtendedCellScanner cellScanner, long size, InetAddress remoteAddress, int timeout, RpcServer.CallCleanup reqCleanup) Modifier and TypeMethodDescriptionstatic Optional<ServerCall<?>>
RpcServer.getCurrentServerCallWithCellScanner()
Just return the current rpc call if it is aServerCall
and also hasCellScanner
attached. -
Uses of ServerCall in org.apache.hadoop.hbase.regionserver.regionreplication
Modifier and TypeFieldDescription(package private) final ServerCall<?>
RegionReplicationSink.SinkEntry.rpcCall
Modifier and TypeMethodDescriptionvoid
RegionReplicationSink.add
(WALKeyImpl key, WALEdit edit, ServerCall<?> rpcCall) Add this edit to replication queue.ModifierConstructorDescription(package private)
SinkEntry
(WALKeyImpl key, WALEdit edit, ServerCall<?> rpcCall) -
Uses of ServerCall in org.apache.hadoop.hbase.regionserver.wal
ModifierConstructorDescription(package private)
FSWALEntry
(long txid, WALKeyImpl key, WALEdit edit, RegionInfo regionInfo, boolean inMemstore, ServerCall<?> rpcCall)