public class RetryCache extends Object implements Closeable
| Modifier and Type | Class and Description |
|---|---|
static class |
RetryCache.CacheEntry
CacheEntry is tracked using unique client ID and callId of the RPC request
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
size() |
org.apache.ratis.thirdparty.com.google.common.cache.CacheStats |
stats() |
public long size()
public org.apache.ratis.thirdparty.com.google.common.cache.CacheStats stats()
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2017–2020 The Apache Software Foundation. All rights reserved.