Uses of Class
org.apache.hadoop.hbase.ipc.ServerCall
Packages that use ServerCall
Package
Description
Tools to help define network clients and servers.
- 
Uses of ServerCall in org.apache.hadoop.hbase.ipc
Subclasses of ServerCall in org.apache.hadoop.hbase.ipcModifier and TypeClassDescription(package private) classDatastructure that holds all necessary to a method invocation and then afterward, carries the result.(package private) classDeprecated.Methods in org.apache.hadoop.hbase.ipc that return ServerCallModifier 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
Fields in org.apache.hadoop.hbase.regionserver.wal declared as ServerCallConstructors in org.apache.hadoop.hbase.regionserver.wal with parameters of type ServerCallModifierConstructorDescription(package private)FSWALEntry(long txid, WALKeyImpl key, WALEdit edit, RegionInfo regionInfo, boolean inMemstore, ServerCall<?> rpcCall)