Class RecoveriesCollection.RecoveryRef

  • All Implemented Interfaces:
    java.lang.AutoCloseable
    Enclosing class:
    RecoveriesCollection

    public static class RecoveriesCollection.RecoveryRef
    extends java.lang.Object
    implements java.lang.AutoCloseable
    a reference to RecoveryTarget, which implements AutoCloseable. closing the reference causes AbstractRefCounted.decRef() to be called. This makes sure that the underlying resources will not be freed until close() is called.
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait