public class GroupListReply extends RaftClientReply
RaftClientReply.Builder| 构造器和说明 |
|---|
GroupListReply(ClientId clientId,
RaftPeerId serverId,
RaftGroupId groupId,
long callId,
List<RaftGroupId> groupIds) |
GroupListReply(RaftClientRequest request,
List<RaftGroupId> groupIds) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<RaftGroupId> |
getGroupIds() |
getAlreadyClosedException, getCommitInfos, getDataStreamException, getException, getLeaderNotReadyException, getLeaderSteppingDownException, getLogIndex, getMessage, getNotLeaderException, getNotReplicatedException, getReadException, getReadIndexException, getStateMachineException, getTransferLeadershipException, isRequest, isSuccess, newBuilder, toStringgetCallId, getClientId, getRaftGroupId, getReplierId, getRequestorId, getServerIdpublic GroupListReply(RaftClientRequest request, List<RaftGroupId> groupIds)
public GroupListReply(ClientId clientId, RaftPeerId serverId, RaftGroupId groupId, long callId, List<RaftGroupId> groupIds)
public List<RaftGroupId> getGroupIds()
Copyright © 2017–2023 The Apache Software Foundation. All rights reserved.