Interface VersionedPartitions

  • All Superinterfaces:
    Iterable<Long>
    All Known Implementing Classes:
    DefaultVersionedPartitions

    public interface VersionedPartitions
    extends Iterable<Long>
    VersionedPartitions implementations provide a mapping from partition to version. This data structure is intended to be used to track versions for VersionAwareMapListener allowing those implementations to return the last versions received when needed.
    Since:
    21.06
    Author:
    hr 2021.02.17