Class ServerCall<T extends ServerRpcConnection>

java.lang.Object
org.apache.hadoop.hbase.ipc.ServerCall<T>
All Implemented Interfaces:
RpcCall, RpcCallContext, RpcResponse
Direct Known Subclasses:
NettyServerCall, SimpleServerCall

@Private public abstract class ServerCall<T extends ServerRpcConnection> extends Object implements RpcCall, RpcResponse
Datastructure that holds all necessary to a method invocation and then afterward, carries the result.