org.apache.hadoop.oncrpc
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
clientId
protected final InetAddress clientId
xid
protected final int xid
RpcCallCache.ClientRequest
public RpcCallCache.ClientRequest(InetAddress clientId,
int xid)
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