Class AbstractSelectForUpdateBasedProxyManager<K>

java.lang.Object
io.github.bucket4j.distributed.proxy.AbstractProxyManager<K>
io.github.bucket4j.distributed.proxy.generic.select_for_update.AbstractSelectForUpdateBasedProxyManager<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 AbstractSelectForUpdateBasedProxyManager<K> extends AbstractProxyManager<K>
The base class for proxy managers that built on top of idea that underlining storage provide Compare-And-Swap functionality.