public final class SnapshotManagementRequest extends RaftClientRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
SnapshotManagementRequest.Create |
static class |
SnapshotManagementRequest.Op |
RaftClientRequest.Builder, RaftClientRequest.Type| Constructor and Description |
|---|
SnapshotManagementRequest(ClientId clientId,
RaftPeerId serverId,
RaftGroupId groupId,
long callId,
long timeoutMs,
SnapshotManagementRequest.Op op) |
| Modifier and Type | Method and Description |
|---|---|
SnapshotManagementRequest.Create |
getCreate() |
static SnapshotManagementRequest |
newCreate(ClientId clientId,
RaftPeerId serverId,
RaftGroupId groupId,
long callId,
long timeoutMs) |
String |
toString() |
dataStreamRequestType, forwardRequestType, getMessage, getRoutingTable, getSlidingWindowEntry, getTimeoutMs, getType, is, isRequest, isToLeader, messageStreamRequestType, newBuilder, readRequestType, staleReadRequestType, toWriteRequest, watchRequestType, watchRequestType, writeRequestTypegetCallId, getClientId, getRaftGroupId, getReplierId, getRequestorId, getServerIdpublic SnapshotManagementRequest(ClientId clientId, RaftPeerId serverId, RaftGroupId groupId, long callId, long timeoutMs, SnapshotManagementRequest.Op op)
public static SnapshotManagementRequest newCreate(ClientId clientId, RaftPeerId serverId, RaftGroupId groupId, long callId, long timeoutMs)
public SnapshotManagementRequest.Create getCreate()
public String toString()
toString in class RaftClientRequestCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.