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

Packages that use org.apache.hadoop.hbase.ipc.RpcCallback
Package
Description
Tools to help define network clients and servers.
  • Uses of org.apache.hadoop.hbase.ipc.RpcCallback in org.apache.hadoop.hbase.ipc

    Fields in org.apache.hadoop.hbase.ipc declared as org.apache.hadoop.hbase.ipc.RpcCallback in in
    Modifier and Type
    Field
    Description
    protected org.apache.hadoop.hbase.ipc.RpcCallback
    ServerCall.rpcCallback
     
    Methods in org.apache.hadoop.hbase.ipc that return org.apache.hadoop.hbase.ipc.RpcCallback in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.ipc.RpcCallback
    ServerCall.getCallBack()
     
    Methods in org.apache.hadoop.hbase.ipc with parameters of type org.apache.hadoop.hbase.ipc.RpcCallback in in
    Modifier and Type
    Method
    Description
    void
    RpcCallContext.setCallBack(org.apache.hadoop.hbase.ipc.RpcCallback callback)
    Sets a callback which has to be executed at the end of this RPC call.
    void
    ServerCall.setCallBack(org.apache.hadoop.hbase.ipc.RpcCallback callback)