Uses of Interface
org.apache.hadoop.hbase.ipc.RpcCallContext
-
Uses of org.apache.hadoop.hbase.ipc.RpcCallContext in org.apache.hadoop.hbase.ipc
Modifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.ipc.RpcCall
Interface of all necessary to carry out a RPC method invocation on the server.Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.ipc.ServerCall<T extends org.apache.hadoop.hbase.ipc.ServerRpcConnection>
Datastructure that holds all necessary to a method invocation and then afterward, carries the result.