org.apache.hadoop.oncrpc
Class RpcCallCache.CacheEntry
java.lang.Object
org.apache.hadoop.oncrpc.RpcCallCache.CacheEntry
- Enclosing class:
- RpcCallCache
public static class RpcCallCache.CacheEntry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RpcCallCache.CacheEntry
public RpcCallCache.CacheEntry()
isInProgress
public boolean isInProgress()
isCompleted
public boolean isCompleted()
getResponse
public XDR getResponse()
setResponse
public void setResponse(XDR response)
Copyright © 2009 The Apache Software Foundation