Interface StateChangelogStorageView<Handle extends ChangelogStateHandle>
-
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
StateChangelogStorage<Handle>
- All Known Implementing Classes:
FsStateChangelogStorage
,FsStateChangelogStorageForRecovery
,InMemoryStateChangelogStorage
@Internal public interface StateChangelogStorageView<Handle extends ChangelogStateHandle> extends AutoCloseable
A storage view for changelog. Could produceStateChangelogHandleReader
for read. Please useStateChangelogStorageLoader
to obtain an instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
close()
StateChangelogHandleReader<Handle>
createReader()
-
-
-
Method Detail
-
createReader
StateChangelogHandleReader<Handle> createReader()
-
close
default void close() throws Exception
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-
-