org.apache.hadoop.oncrpc
Class RpcCallCache.CacheEntry

java.lang.Object
  extended by org.apache.hadoop.oncrpc.RpcCallCache.CacheEntry
Enclosing class:
RpcCallCache

public static class RpcCallCache.CacheEntry
extends Object


Constructor Summary
RpcCallCache.CacheEntry()
           
 
Method Summary
 XDR getResponse()
           
 boolean isCompleted()
           
 boolean isInProgress()
           
 void setResponse(XDR response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RpcCallCache.CacheEntry

public RpcCallCache.CacheEntry()
Method Detail

isInProgress

public boolean isInProgress()

isCompleted

public boolean isCompleted()

getResponse

public XDR getResponse()

setResponse

public void setResponse(XDR response)


Copyright © 2009 The Apache Software Foundation