Uses of Interface
org.apache.hadoop.hbase.ipc.RpcCallContext
Packages that use org.apache.hadoop.hbase.ipc.RpcCallContext
-
Uses of org.apache.hadoop.hbase.ipc.RpcCallContext in org.apache.hadoop.hbase.ipc
Subinterfaces of org.apache.hadoop.hbase.ipc.RpcCallContext in in org.apache.hadoop.hbase.ipcModifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.ipc.RpcCall
Interface of all necessary to carry out a RPC method invocation on the server.Classes in org.apache.hadoop.hbase.ipc that implement org.apache.hadoop.hbase.ipc.RpcCallContext in inModifier 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.