Class AbstractCompareAndSwapBasedProxyManager<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 AbstractCompareAndSwapBasedProxyManager<K>
    extends AbstractProxyManager<K>
    The base class for proxy managers that built on top of idea that underlining storage provide transactions and locking.