Class AbstractCompareAndSwapBasedProxyManager<K>

java.lang.Object
io.github.bucket4j.distributed.proxy.AbstractProxyManager<K>
io.github.bucket4j.distributed.proxy.generic.compare_and_swap.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.