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 provided ChangelogStateHandle.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.util.CloseableIterator<StateChange>