Package org.apache.iceberg.deletes
Class DeleteCounter
- java.lang.Object
-
- org.apache.iceberg.deletes.DeleteCounter
-
public class DeleteCounter extends java.lang.Object
A counter to be used to count deletes as they are applied.
-
-
Constructor Summary
Constructors Constructor Description DeleteCounter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
get()
Return the current value of the counter.void
increment()
Increment the counter by one.
-