Uses of Interface
org.apache.hadoop.hbase.ipc.RpcCallContext

Packages that use org.apache.hadoop.hbase.ipc.RpcCallContext
Package
Description
Tools to help define network clients and servers.
  • 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.ipc
    Modifier and Type
    Interface
    Description
    interface 
    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 in
    Modifier and Type
    Class
    Description
    class 
    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.