| Modifier and Type | Method and Description |
|---|---|
boolean |
StateMachine.onSnapshotLoad(SnapshotReader reader)
User defined snapshot load function
get and load snapshot
Default: Load nothing and returns error.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotReader |
LoadSnapshotClosure.start()
Start to load snapshot, returns a snapshot reader.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StateMachineAdapter.onSnapshotLoad(SnapshotReader reader) |
| Modifier and Type | Method and Description |
|---|---|
SnapshotReader |
SnapshotStorage.copyFrom(String uri,
SnapshotCopierOptions opts)
Copy data from remote uri.
|
SnapshotReader |
SnapshotStorage.open()
Open a snapshot reader.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SnapshotReader |
SnapshotCopier.getReader()
Get the the SnapshotReader which represents the copied Snapshot
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalSnapshotReader
Snapshot reader on local file system.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotReader |
LocalSnapshotStorage.copyFrom(String uri,
SnapshotCopierOptions opts) |
SnapshotReader |
LocalSnapshotCopier.getReader() |
SnapshotReader |
LocalSnapshotStorage.open() |
Copyright © 2024. All rights reserved.