Interface EntrySizeListener


public interface EntrySizeListener
A listener get called when number of entries in the block changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(long newSize, long delta)
    Called when the number of entries changes
  • Method Details

    • apply

      void apply(long newSize, long delta)
      Called when the number of entries changes
      Parameters:
      newSize - the new size
      delta - how many entries has been added (positive) / removed (negative)