Interface StateChangelogHandleReader<Handle extends ChangelogStateHandle>
-
- All Known Implementing Classes:
StateChangelogHandleStreamHandleReader
@Internal public interface StateChangelogHandleReader<Handle extends ChangelogStateHandle>
Allows to read state changelog referenced by the providedChangelogStateHandle
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloseableIterator<StateChange>
getChanges(Handle handle)
-
-
-
Method Detail
-
getChanges
CloseableIterator<StateChange> getChanges(Handle handle) throws IOException
- Throws:
IOException
-
-