| Package | Description |
|---|---|
| io.atomix.copycat.server |
Standalone, feature-complete implementation of the Raft consensus algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
Commit<T> |
Commit.acquire()
Acquires a reference to the commit.
|
| 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.
|
Copyright © 2013–2016. All rights reserved.