Class AbstractLockBasedProxyManager<K>

  • Type Parameters:
    K - the generic type for unique identifiers that used to point to the bucket in external storage.
    All Implemented Interfaces:
    ProxyManager<K>

    public abstract class AbstractLockBasedProxyManager<K>
    extends AbstractProxyManager<K>
    The base class for proxy managers that built on top of idea that underlining storage provide Compare-And-Swap functionality.