| Package | Description |
|---|---|
| io.atomix.protocols.raft.protocol |
RaftRequest and RaftResponse
implementations for all client-server communication. |
| Modifier and Type | Method and Description |
|---|---|
static KeepAliveResponse.Builder |
KeepAliveResponse.newBuilder()
Returns a new keep alive response builder.
|
KeepAliveResponse.Builder |
KeepAliveResponse.Builder.withLeader(MemberId leader)
Sets the response leader.
|
KeepAliveResponse.Builder |
KeepAliveResponse.Builder.withMembers(Collection<MemberId> members)
Sets the response members.
|
KeepAliveResponse.Builder |
KeepAliveResponse.Builder.withSessionIds(long[] sessionIds)
Sets the response sessions.
|
Copyright © 2013–2017. All rights reserved.