| 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 |
|---|---|
ServerSession |
Commit.session()
Returns the session that submitted the operation.
|
| Modifier and Type | Method and Description |
|---|---|
ServerSession |
Sessions.session(long sessionId)
Returns a session by session ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionListener.close(ServerSession session)
Called when a session was closed.
|
void |
SessionListener.expire(ServerSession session)
Called when a session is expired by the system.
|
void |
SessionListener.register(ServerSession session)
Called when a new session is registered.
|
void |
SessionListener.unregister(ServerSession session)
Called when a session is unregistered by the client.
|
Copyright © 2013–2016. All rights reserved.