Class InMemoryRedeliveryTracker

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addIfAbsent​(org.apache.bookkeeper.mledger.Position position)  
      void clear()  
      boolean contains​(org.apache.bookkeeper.mledger.Position position)  
      int getRedeliveryCount​(org.apache.bookkeeper.mledger.Position position)  
      int incrementAndGetRedeliveryCount​(org.apache.bookkeeper.mledger.Position position)  
      void remove​(org.apache.bookkeeper.mledger.Position position)  
      void removeBatch​(java.util.List<org.apache.bookkeeper.mledger.Position> positions)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InMemoryRedeliveryTracker

        public InMemoryRedeliveryTracker()