Uses of Interface
io.github.bucket4j.distributed.proxy.optimization.OptimizationListener
-
-
Uses of OptimizationListener in io.github.bucket4j.distributed.proxy.optimization
Classes in io.github.bucket4j.distributed.proxy.optimization that implement OptimizationListener Modifier and Type Class Description classDefaultOptimizationListenerThe simple listener that just stores all events as AtomicLong counters and provides getters for them.classNopeOptimizationListenerMethods in io.github.bucket4j.distributed.proxy.optimization that return OptimizationListener Modifier and Type Method Description static OptimizationListenerOptimizationListener. createDefault()Creates new instance ofDefaultOptimizationListenerMethods in io.github.bucket4j.distributed.proxy.optimization with parameters of type OptimizationListener Modifier and Type Method Description OptimizationOptimization. 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 OptimizationListener Modifier and Type Method Description OptimizationBatchingOptimization. withListener(OptimizationListener listener)Constructors in io.github.bucket4j.distributed.proxy.optimization.batch with parameters of type OptimizationListener Constructor Description AsyncBatchingExecutor(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 OptimizationListener Modifier and Type Method Description OptimizationDelayOptimization. withListener(OptimizationListener listener)Constructors in io.github.bucket4j.distributed.proxy.optimization.delay with parameters of type OptimizationListener Constructor Description DelayOptimization(DelayParameters delayParameters, 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 OptimizationListener Modifier and Type Method Description OptimizationPredictiveOptimization. withListener(OptimizationListener listener)Constructors in io.github.bucket4j.distributed.proxy.optimization.predictive with parameters of type OptimizationListener Constructor Description PredictiveOptimization(PredictionParameters predictionParameters, DelayParameters delayParameters, OptimizationListener listener, TimeMeter timeMeter)
-