Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeleteCounter

        public DeleteCounter()
    • Method Detail

      • increment

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

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