See: Description
| Interface | Description |
|---|---|
| Session |
Represents a client's connection to the Copycat cluster.
|
| Class | Description |
|---|---|
| Event<T> |
Transports a named event from a server to a client
Session. |
| Enum | Description |
|---|---|
| Session.State |
Represents the state of a session.
|
| Exception | Description |
|---|---|
| ClosedSessionException |
Closed session exception.
|
Sessions represent the context in which clients communicate with a Raft cluster. Sessions allow clusters to process requests according to client state. For instance, sessions are responsible for ensuring operations are executed in the order specified by the client (sequential consistency) and operations are only applied to the replicated state machine once (linearizability).
Copyright © 2013–2016. All rights reserved.