| Package | Description |
|---|---|
| io.atomix.copycat.server |
Standalone, feature-complete implementation of the Raft consensus algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends io.atomix.copycat.Operation<Void>> |
StateMachineExecutor.register(Class<T> type,
Consumer<Commit<T>> callback)
Registers a void operation callback.
|
<T extends io.atomix.copycat.Operation<U>,U> |
StateMachineExecutor.register(Class<T> type,
Function<Commit<T>,U> callback)
Registers an operation callback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachine.init(StateMachineExecutor executor)
Initializes the state machine.
|
Copyright © 2013–2016. All rights reserved.