Uses of Class
io.github.bucket4j.distributed.proxy.AbstractProxyManager
Packages that use AbstractProxyManager
Package
Description
-
Uses of AbstractProxyManager in io.github.bucket4j.distributed.proxy.generic.compare_and_swap
Modifier and TypeClassDescriptionclassThe base class for proxy managers that built on top of idea that underlining storage provide transactions and locking. -
Uses of AbstractProxyManager in io.github.bucket4j.distributed.proxy.generic.pessimistic_locking
Subclasses of AbstractProxyManager in io.github.bucket4j.distributed.proxy.generic.pessimistic_lockingModifier and TypeClassDescriptionclassThe base class for proxy managers that built on top of idea that underlining storage provide Compare-And-Swap functionality. -
Uses of AbstractProxyManager in io.github.bucket4j.distributed.proxy.generic.select_for_update
Subclasses of AbstractProxyManager in io.github.bucket4j.distributed.proxy.generic.select_for_updateModifier and TypeClassDescriptionclassThe base class for proxy managers that built on top of idea that underlining storage provide Compare-And-Swap functionality.