public static class RpcCallCache.CacheEntry extends Object
Constructor and Description |
---|
RpcCallCache.CacheEntry() |
Modifier and Type | Method and Description |
---|---|
RpcResponse |
getResponse() |
boolean |
isCompleted() |
boolean |
isInProgress() |
void |
setResponse(RpcResponse response) |
public boolean isInProgress()
public boolean isCompleted()
public RpcResponse getResponse()
public void setResponse(RpcResponse response)
Copyright © 2013 Apache Software Foundation. All rights reserved.