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