| Package | Description |
|---|---|
| io.atomix.protocols.raft.protocol |
RaftRequest and RaftResponse
implementations for all client-server communication. |
| Modifier and Type | Method and Description |
|---|---|
static KeepAliveRequest.Builder |
KeepAliveRequest.newBuilder()
Returns a new keep alive request builder.
|
KeepAliveRequest.Builder |
KeepAliveRequest.Builder.withCommandSequences(long[] commandSequences)
Sets the command sequence numbers.
|
KeepAliveRequest.Builder |
KeepAliveRequest.Builder.withEventIndexes(long[] eventIndexes)
Sets the event indexes.
|
KeepAliveRequest.Builder |
KeepAliveRequest.Builder.withSessionIds(long[] sessionIds)
Sets the session identifiers.
|
Copyright © 2013–2017. All rights reserved.