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