public interface SnapshotLoader extends Serializable
| Modifier and Type | Method and Description |
|---|---|
SnapshotLoader |
copyWithBranch(String branch) |
Optional<Snapshot> |
load() |
void |
rollback(Instant instant) |
Optional<Snapshot> load() throws IOException
IOExceptionvoid rollback(Instant instant) throws IOException
IOExceptionSnapshotLoader copyWithBranch(String branch)
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.