public interface UnorderedAsync
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
UnorderedAsync.PendingUnorderedRequest |
| 限定符和类型 | 字段和说明 |
|---|---|
static org.slf4j.Logger |
LOG |
| 限定符和类型 | 方法和说明 |
|---|---|
static CompletableFuture<RaftClientReply> |
send(RaftClientRequest.Type type,
Message message,
RaftPeerId server,
RaftClientImpl client) |
static void |
sendRequestWithRetry(RaftClientImpl.PendingClientRequest pending,
RaftClientImpl client) |
static CompletableFuture<RaftClientReply> send(RaftClientRequest.Type type, Message message, RaftPeerId server, RaftClientImpl client)
static void sendRequestWithRetry(RaftClientImpl.PendingClientRequest pending, RaftClientImpl client)
Copyright © 2017–2025 The Apache Software Foundation. All rights reserved.