| 程序包 | 说明 |
|---|---|
| org.apache.ratis.protocol |
| 限定符和类型 | 方法和说明 |
|---|---|
static LeaderElectionManagementRequest |
LeaderElectionManagementRequest.newPause(ClientId clientId,
RaftPeerId serverId,
RaftGroupId groupId,
long callId) |
static LeaderElectionManagementRequest |
LeaderElectionManagementRequest.newResume(ClientId clientId,
RaftPeerId serverId,
RaftGroupId groupId,
long callId) |
| 限定符和类型 | 方法和说明 |
|---|---|
default RaftClientReply |
AdminProtocol.leaderElectionManagement(LeaderElectionManagementRequest request) |
CompletableFuture<RaftClientReply> |
AdminAsynchronousProtocol.leaderElectionManagementAsync(LeaderElectionManagementRequest request) |
Copyright © 2017–2023 The Apache Software Foundation. All rights reserved.