public class SetConfigurationRequest extends RaftClientRequest
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SetConfigurationRequest.Arguments |
static class |
SetConfigurationRequest.Mode |
RaftClientRequest.Builder, RaftClientRequest.Type| 构造器和说明 |
|---|
SetConfigurationRequest(ClientId clientId,
RaftPeerId serverId,
RaftGroupId groupId,
long callId,
List<RaftPeer> peers) |
SetConfigurationRequest(ClientId clientId,
RaftPeerId serverId,
RaftGroupId groupId,
long callId,
List<RaftPeer> peers,
List<RaftPeer> listeners) |
SetConfigurationRequest(ClientId clientId,
RaftPeerId serverId,
RaftGroupId groupId,
long callId,
SetConfigurationRequest.Arguments arguments) |
| 限定符和类型 | 方法和说明 |
|---|---|
SetConfigurationRequest.Arguments |
getArguments() |
List<RaftPeer> |
getListenersInNewConf() |
List<RaftPeer> |
getPeersInNewConf() |
String |
toString() |
dataStreamRequestType, forwardRequestType, getMessage, getRoutingTable, getSlidingWindowEntry, getTimeoutMs, getType, is, isRequest, isToLeader, messageStreamRequestType, newBuilder, readRequestType, readRequestType, staleReadRequestType, toWriteRequest, watchRequestType, watchRequestType, writeRequestTypegetCallId, getClientId, getRaftGroupId, getReplierId, getRequestorId, getServerIdpublic SetConfigurationRequest(ClientId clientId, RaftPeerId serverId, RaftGroupId groupId, long callId, List<RaftPeer> peers)
public SetConfigurationRequest(ClientId clientId, RaftPeerId serverId, RaftGroupId groupId, long callId, List<RaftPeer> peers, List<RaftPeer> listeners)
public SetConfigurationRequest(ClientId clientId, RaftPeerId serverId, RaftGroupId groupId, long callId, SetConfigurationRequest.Arguments arguments)
public SetConfigurationRequest.Arguments getArguments()
public String toString()
toString 在类中 RaftClientRequestCopyright © 2017–2023 The Apache Software Foundation. All rights reserved.