Package org.apache.iceberg.deletes
Class DeleteCounter
java.lang.Object
org.apache.iceberg.deletes.DeleteCounter
A counter to be used to count deletes as they are applied.
-
Constructor Summary
-
Method Summary
-
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.
-