| Package | Description |
|---|---|
| com.alipay.sofa.jraft.core | |
| com.alipay.sofa.jraft.option |
| Modifier and Type | Class and Description |
|---|---|
class |
FSMCallerImpl
The finite state machine caller implementation.
|
| Modifier and Type | Method and Description |
|---|---|
FSMCaller |
SnapshotExecutorOptions.getFsmCaller() |
FSMCaller |
ReadOnlyServiceOptions.getFsmCaller() |
FSMCaller |
LogManagerOptions.getFsmCaller() |
FSMCaller |
BallotBoxOptions.getWaiter() |
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotExecutorOptions.setFsmCaller(FSMCaller fsmCaller) |
void |
ReadOnlyServiceOptions.setFsmCaller(FSMCaller fsm) |
void |
LogManagerOptions.setFsmCaller(FSMCaller fsmCaller) |
void |
BallotBoxOptions.setWaiter(FSMCaller waiter) |
Copyright © 2024. All rights reserved.