Class DeleteCounter

java.lang.Object
org.apache.iceberg.deletes.DeleteCounter

public class DeleteCounter extends Object
A counter to be used to count deletes as they are applied.
  • Constructor Details

    • DeleteCounter

      public DeleteCounter()
  • Method Details

    • increment

      public void increment()
      Increment the counter by one.
    • get

      public long get()
      Return the current value of the counter.