Package org.elasticsearch.common.util.concurrent

  • Interface Summary 
    Interface Description
    RefCounted
    An interface for objects that need to be notified when all reference to itself are not in user anymore.
  • Class Summary 
    Class Description
    AbstractRefCounted
    A basic RefCounted implementation that is initialized with a ref count of 1 and calls AbstractRefCounted.closeInternal() once it reaches a 0 ref count