| Package | Description |
|---|---|
| com.alipay.sofa.jraft | |
| com.alipay.sofa.jraft.core |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FSMCaller.onSnapshotSave(SaveSnapshotClosure done)
Called when saving snapshot.
|
void |
FSMCaller.onSnapshotSaveSync(SaveSnapshotClosure done)
Called when saving snapshot synchronously, it MUST be called in state machine methods.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FSMCallerImpl.onSnapshotSave(SaveSnapshotClosure done) |
void |
FSMCallerImpl.onSnapshotSaveSync(SaveSnapshotClosure done) |
Copyright © 2024. All rights reserved.