| Package | Description |
|---|---|
| io.atomix.copycat.server |
Standalone, feature-complete implementation of the Raft consensus algorithm.
|
| Class and Description |
|---|
| Commit
Represents the committed state and metadata of a Raft state machine operation.
|
| CopycatServer
Provides a standalone implementation of the Raft consensus algorithm.
|
| CopycatServer.Builder
Builds a single-use Copycat server.
|
| CopycatServer.State
Copycat server state types.
|
| StateMachine
Base class for user-provided Raft state machines.
|
| StateMachineContext
State machine context.
|
| StateMachineExecutor
Facilitates registration and execution of state machine commands and provides deterministic scheduling.
|
Copyright © 2013–2016. All rights reserved.