| Package | Description |
|---|---|
| io.atomix.protocols.raft.service | |
| io.atomix.protocols.raft.session |
Interfaces for managing client sessions on a Raft server.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RaftService
Base class for user-provided Raft state machines.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRaftService
Raft service.
|
| Modifier and Type | Method and Description |
|---|---|
RaftSessions |
RaftSessions.addListener(RaftSessionListener listener)
Adds a listener to the sessions.
|
RaftSessions |
RaftSessions.removeListener(RaftSessionListener listener)
Removes a listener from the sessions.
|
Copyright © 2013–2017. All rights reserved.