public static interface RaftexService.Iface
| Modifier and Type | Method and Description |
|---|---|
AppendLogResponse |
appendLog(AppendLogRequest req) |
AskForVoteResponse |
askForVote(AskForVoteRequest req) |
GetStateResponse |
getState(GetStateRequest req) |
HeartbeatResponse |
heartbeat(HeartbeatRequest req) |
SendSnapshotResponse |
sendSnapshot(SendSnapshotRequest req) |
AskForVoteResponse askForVote(AskForVoteRequest req) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionAppendLogResponse appendLog(AppendLogRequest req) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionSendSnapshotResponse sendSnapshot(SendSnapshotRequest req) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionHeartbeatResponse heartbeat(HeartbeatRequest req) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionGetStateResponse getState(GetStateRequest req) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionCopyright © 2022. All rights reserved.