| Package | Description |
|---|---|
| io.atomix.protocols.raft.protocol |
RaftRequest and RaftResponse
implementations for all client-server communication. |
| Modifier and Type | Method and Description |
|---|---|
static PollResponse.Builder |
PollResponse.newBuilder()
Returns a new poll response builder.
|
PollResponse.Builder |
PollResponse.Builder.withAccepted(boolean accepted)
Sets whether the poll was granted.
|
PollResponse.Builder |
PollResponse.Builder.withTerm(long term)
Sets the response term.
|
Copyright © 2013–2017. All rights reserved.