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
 RpcResponse getResponse()
           
 boolean isCompleted()
           
 boolean isInProgress()
           
 void setResponse(RpcResponse 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 RpcResponse getResponse()

setResponse

public void setResponse(RpcResponse response)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.