public static class RpcCallCache.CacheEntry
extends java.lang.Object
| Constructor | Description |
|---|---|
CacheEntry() |
| Modifier and Type | Method | 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 © 2008–2025 Apache Software Foundation. All rights reserved.