org.apache.hadoop.oncrpc
Class RpcCallCache.ClientRequest

java.lang.Object
  extended by 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 Summary
protected  InetAddress clientId
           
protected  int xid
           
 
Constructor Summary
RpcCallCache.ClientRequest(InetAddress clientId, int xid)
           
 
Method Summary
 boolean equals(Object obj)
           
 InetAddress getClientId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientId

protected final InetAddress clientId

xid

protected final int xid
Constructor Detail

RpcCallCache.ClientRequest

public RpcCallCache.ClientRequest(InetAddress clientId,
                                  int xid)
Method Detail

getClientId

public InetAddress getClientId()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2009 The Apache Software Foundation