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, CellScanner cellScanner, long size, InetAddress remoteAddress, int timeout, RpcServer.CallCleanup reqCleanup) -
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)