Interface LocalChangelogRegistry

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
LocalChangelogRegistryImpl

@Internal public interface LocalChangelogRegistry extends Closeable
This registry is responsible for deleting changlog's local handles which are not in use.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called upon ChangelogKeyedStateBackend#notifyCheckpointComplete and ChangelogKeyedStateBackend#notifyCheckpointSubsumed.
    void
    register(StreamStateHandle handle, long checkpointID)
    Called upon ChangelogKeyedStateBackend#notifyCheckpointComplete.

    Methods inherited from interface java.io.Closeable

    close