Package org.opensearch.common.concurrent


package org.opensearch.common.concurrent
Base Concurrency package.
  • Classes
    Class
    Description
    AutoCloseableRefCounted<T extends org.opensearch.common.util.concurrent.RefCounted>
    Adapter class that enables a RefCounted implementation to function like an AutoCloseable.
    Decorator class that wraps an object reference with a CheckedRunnable that is invoked when GatedCloseable.close() is called.
    Encapsulates logic for a one-way gate.
    Decorator class that wraps an object reference as a AbstractRefCounted instance.