| Interface | Description |
|---|---|
| SnapshotInfo |
SnapshotInfo represents a durable state by the state machine.
|
| StateMachine |
StateMachine is the entry point for the custom implementation of replicated state as defined in
the "State Machine Approach" in the literature
(see https://en.wikipedia.org/wiki/State_machine_replication).
|
| StateMachine.DataApi | |
| StateMachine.DataStream |
For streaming state machine data.
|
| StateMachine.Registry |
A registry to support different state machines in multi-raft environment.
|
| StateMachineStorage | |
| TransactionContext |
Context for a transaction.
|
| Class | Description |
|---|---|
| TransactionContext.Builder |
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.