| Package | Description |
|---|---|
| io.atomix.protocols.raft.protocol |
RaftRequest and RaftResponse
implementations for all client-server communication. |
| Modifier and Type | Method and Description |
|---|---|
static MetadataResponse.Builder |
MetadataResponse.newBuilder()
Returns a new metadata response builder.
|
MetadataResponse.Builder |
MetadataResponse.Builder.withSessions(Collection<RaftSessionMetadata> sessions)
Sets the session metadata.
|
MetadataResponse.Builder |
MetadataResponse.Builder.withSessions(RaftSessionMetadata... sessions)
Sets the session metadata.
|
Copyright © 2013–2017. All rights reserved.