Class RecoveryCounter

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, Releasable

    public class RecoveryCounter
    extends java.lang.Object
    implements Releasable
    RecoveryCounter keeps tracks of the number of ongoing recoveries for a particular Store
    • Method Summary

      Modifier and Type Method Description
      void close()  
      int get()  
      • Methods inherited from class java.lang.Object

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

      • get

        public int get()
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Specified by:
        close in interface Releasable