| Package | Description |
|---|---|
| io.atomix.copycat.server.storage |
Standalone segmented log for Copycat's Raft implementation.
|
| io.atomix.copycat.server.storage.system |
Classes and interfaces that aid in storing and loading persistent cluster and server configurations.
|
| Modifier and Type | Method and Description |
|---|---|
MetaStore |
Storage.openMetaStore(String name)
Opens a new
MetaStore, recovering metadata from disk if it exists. |
| Modifier and Type | Method and Description |
|---|---|
MetaStore |
MetaStore.storeConfiguration(Configuration configuration)
Stores the current cluster configuration.
|
MetaStore |
MetaStore.storeTerm(long term)
Stores the current server term.
|
MetaStore |
MetaStore.storeVote(int vote)
Stores the last voted server.
|
Copyright © 2013–2016. All rights reserved.