public static interface RaftexService.AsyncIface
| Modifier and Type | Method and Description |
|---|---|
void |
appendLog(AppendLogRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
askForVote(AskForVoteRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
getState(GetStateRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
heartbeat(HeartbeatRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
sendSnapshot(SendSnapshotRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void askForVote(AskForVoteRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid appendLog(AppendLogRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid sendSnapshot(SendSnapshotRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid heartbeat(HeartbeatRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid getState(GetStateRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionCopyright © 2022. All rights reserved.