| Package | Description |
|---|---|
| io.atomix.protocols.raft.protocol |
RaftRequest and RaftResponse
implementations for all client-server communication. |
| Modifier and Type | Method and Description |
|---|---|
static PollRequest.Builder |
PollRequest.newBuilder()
Returns a new poll request builder.
|
PollRequest.Builder |
PollRequest.Builder.withCandidate(MemberId candidate)
Sets the request leader.
|
PollRequest.Builder |
PollRequest.Builder.withLastLogIndex(long logIndex)
Sets the request last log index.
|
PollRequest.Builder |
PollRequest.Builder.withLastLogTerm(long logTerm)
Sets the request last log term.
|
PollRequest.Builder |
PollRequest.Builder.withTerm(long term)
Sets the request term.
|
Copyright © 2013–2017. All rights reserved.