Uses of Interface
io.github.bucket4j.distributed.proxy.optimization.OptimizationListener
Packages that use OptimizationListener
Package
Description
-
Uses of OptimizationListener in io.github.bucket4j.distributed.proxy.optimization
Classes in io.github.bucket4j.distributed.proxy.optimization that implement OptimizationListenerModifier and TypeClassDescriptionclassThe simple listener that just stores all events as AtomicLong counters and provides getters for them.classMethods in io.github.bucket4j.distributed.proxy.optimization that return OptimizationListenerModifier and TypeMethodDescriptionstatic OptimizationListenerOptimizationListener.createDefault()Creates new instance ofDefaultOptimizationListenerMethods in io.github.bucket4j.distributed.proxy.optimization with parameters of type OptimizationListenerModifier and TypeMethodDescriptionOptimization.withListener(OptimizationListener listener) Specifies the listener for optimization events -
Uses of OptimizationListener in io.github.bucket4j.distributed.proxy.optimization.batch
Methods in io.github.bucket4j.distributed.proxy.optimization.batch with parameters of type OptimizationListenerModifier and TypeMethodDescriptionBatchingOptimization.withListener(OptimizationListener listener) Constructors in io.github.bucket4j.distributed.proxy.optimization.batch with parameters of type OptimizationListenerModifierConstructorDescriptionAsyncBatchingExecutor(AsyncCommandExecutor originalExecutor, OptimizationListener listener) BatchingExecutor(CommandExecutor originalExecutor, OptimizationListener listener) BatchingOptimization(OptimizationListener listener) -
Uses of OptimizationListener in io.github.bucket4j.distributed.proxy.optimization.delay
Methods in io.github.bucket4j.distributed.proxy.optimization.delay with parameters of type OptimizationListenerConstructors in io.github.bucket4j.distributed.proxy.optimization.delay with parameters of type OptimizationListenerModifierConstructorDescriptionDelayOptimization(DelayParameters delayParameters, OptimizationListener listener, TimeMeter timeMeter) -
Uses of OptimizationListener in io.github.bucket4j.distributed.proxy.optimization.manual
Methods in io.github.bucket4j.distributed.proxy.optimization.manual with parameters of type OptimizationListenerModifier and TypeMethodDescriptionManuallySyncingOptimization.withListener(OptimizationListener listener) Constructors in io.github.bucket4j.distributed.proxy.optimization.manual with parameters of type OptimizationListenerModifierConstructorDescriptionManuallySyncingOptimization(OptimizationListener listener, TimeMeter timeMeter) -
Uses of OptimizationListener in io.github.bucket4j.distributed.proxy.optimization.predictive
Methods in io.github.bucket4j.distributed.proxy.optimization.predictive with parameters of type OptimizationListenerModifier and TypeMethodDescriptionPredictiveOptimization.withListener(OptimizationListener listener) Constructors in io.github.bucket4j.distributed.proxy.optimization.predictive with parameters of type OptimizationListenerModifierConstructorDescriptionPredictiveOptimization(PredictionParameters predictionParameters, DelayParameters delayParameters, OptimizationListener listener, TimeMeter timeMeter) -
Uses of OptimizationListener in io.github.bucket4j.distributed.proxy.optimization.skiponzero
Methods in io.github.bucket4j.distributed.proxy.optimization.skiponzero with parameters of type OptimizationListenerModifier and TypeMethodDescriptionSkipSyncOnZeroOptimization.withListener(OptimizationListener listener) Constructors in io.github.bucket4j.distributed.proxy.optimization.skiponzero with parameters of type OptimizationListenerModifierConstructorDescriptionSkipSyncOnZeroOptimization(OptimizationListener listener, TimeMeter timeMeter)