| Package | Description |
|---|---|
| org.apache.ratis.protocol |
| Modifier and Type | Method and Description |
|---|---|
static LeaderElectionManagementRequest |
LeaderElectionManagementRequest.newPause(ClientId clientId,
RaftPeerId serverId,
RaftGroupId groupId,
long callId) |
static LeaderElectionManagementRequest |
LeaderElectionManagementRequest.newResume(ClientId clientId,
RaftPeerId serverId,
RaftGroupId groupId,
long callId) |
| Modifier and Type | Method and Description |
|---|---|
RaftClientReply |
AdminProtocol.leaderElectionManagement(LeaderElectionManagementRequest request) |
CompletableFuture<RaftClientReply> |
AdminAsynchronousProtocol.leaderElectionManagementAsync(LeaderElectionManagementRequest request) |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.