| Package | Description |
|---|---|
| io.atomix.copycat.server |
Standalone, feature-complete implementation of the Raft consensus algorithm.
|
| io.atomix.copycat.server.session |
Interfaces for managing client
sessions on a Copycat server. |
| Modifier and Type | Method and Description |
|---|---|
Sessions |
StateMachineContext.sessions()
Returns the state machine sessions.
|
| Modifier and Type | Method and Description |
|---|---|
Sessions |
Sessions.addListener(SessionListener listener)
Adds a listener to the sessions.
|
Sessions |
Sessions.removeListener(SessionListener listener)
Removes a listener from the sessions.
|
Copyright © 2013–2016. All rights reserved.