Class RpcCallCache.ClientRequest

java.lang.Object
org.apache.hadoop.oncrpc.RpcCallCache.ClientRequest
Enclosing class:
RpcCallCache

public static class RpcCallCache.ClientRequest extends Object
Call that is used to track a client in the RpcCallCache
  • Field Details

    • clientId

      protected final InetAddress clientId
    • xid

      protected final int xid
  • Constructor Details

    • ClientRequest

      public ClientRequest(InetAddress clientId, int xid)
  • Method Details