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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
DeleteCounterpublic DeleteCounter()
 
- 
- 
Method Details- 
incrementpublic void increment()Increment the counter by one.
- 
getpublic long get()Return the current value of the counter.
 
-