Skip navigation links

Package io.atomix.copycat.server.storage.system

Classes and interfaces that aid in storing and loading persistent cluster and server configurations.

See: Description

Package io.atomix.copycat.server.storage.system Description

Classes and interfaces that aid in storing and loading persistent cluster and server configurations.

The MetaStore is the primary interface through which servers store and load server configurations on disk. Configurations include the current cluster configuration as well as the server's last term and vote which must be persisted according to the Raft consensus algorithm.

Author:
Jordan Halterman
Skip navigation links

Copyright © 2013–2016. All rights reserved.