Class RecoveriesCollection.RecoveryRef

java.lang.Object
org.elasticsearch.indices.recovery.RecoveriesCollection.RecoveryRef
All Implemented Interfaces:
AutoCloseable
Enclosing class:
RecoveriesCollection

public static class RecoveriesCollection.RecoveryRef extends Object implements 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.