Skip navigation links

Package io.atomix.copycat.session

Classes and interfaces for managing client sessions.

See: Description

Package io.atomix.copycat.session Description

Classes and interfaces for managing client sessions.

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).

Author:
Jordan Halterman
Skip navigation links

Copyright © 2013–2016. All rights reserved.