S
- type of state@Public public interface Restorable<S>
Modifier and Type | Method and Description |
---|---|
S |
checkpoint()
Extract state of the current operation instance.
|
void |
restore(S state)
Restore state of a previous operation instance into the current operation instance.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.