public interface RetryCache extends Closeable
RaftClientReply futures in order to handle client retires.| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
RetryCache.Entry
Entry of a
RetryCache,
where the key is a ClientInvocationId
and the value is a CompletableFuture of a RaftClientReply. |
static interface |
RetryCache.Statistics
The statistics of a
RetryCache. |
| 限定符和类型 | 字段和说明 |
|---|---|
static org.slf4j.Logger |
LOG |
| 限定符和类型 | 方法和说明 |
|---|---|
RetryCache.Entry |
getIfPresent(ClientInvocationId key) |
RetryCache.Statistics |
getStatistics() |
RetryCache.Entry getIfPresent(ClientInvocationId key)
RetryCache.Statistics getStatistics()
RetryCache.Copyright © 2017–2025 The Apache Software Foundation. All rights reserved.