Interface RedeliveryTracker

All Known Implementing Classes:
InMemoryRedeliveryTracker, RedeliveryTrackerDisabled

public interface RedeliveryTracker
  • Method Details

    • incrementAndGetRedeliveryCount

      int incrementAndGetRedeliveryCount(Position position)
    • getRedeliveryCount

      int getRedeliveryCount(long ledgerId, long entryId)
    • remove

      void remove(Position position)
    • removeBatch

      void removeBatch(List<Position> positions)
    • clear

      void clear()