public static interface RetryCache.Entry
RetryCache,
where the key is a ClientInvocationId
and the value is a CompletableFuture of a RaftClientReply.| 限定符和类型 | 方法和说明 |
|---|---|
ClientInvocationId |
getKey() |
CompletableFuture<RaftClientReply> |
getReplyFuture() |
ClientInvocationId getKey()
CompletableFuture<RaftClientReply> getReplyFuture()
Copyright © 2017–2025 The Apache Software Foundation. All rights reserved.