Uses of Class
io.github.bucket4j.distributed.proxy.optimization.PredictionParameters
Packages that use PredictionParameters
Package
Description
-
Uses of PredictionParameters in io.github.bucket4j.distributed.proxy.optimization
Methods in io.github.bucket4j.distributed.proxy.optimization that return PredictionParametersModifier and TypeMethodDescriptionstatic PredictionParametersPredictionParameters.createDefault(DelayParameters delayParameters) Methods in io.github.bucket4j.distributed.proxy.optimization with parameters of type PredictionParametersModifier and TypeMethodDescriptionstatic OptimizationOptimizations.predicting(DelayParameters delayParameters, PredictionParameters predictionParameters) Creates optimization that can serve requests locally without synchronization with external storage until thresholds are not violated, and additionally tries to predict aggregated consumption rate in whole cluster in order to reduce the risk of overconsumption that caused byDelayOptimization. -
Uses of PredictionParameters in io.github.bucket4j.distributed.proxy.optimization.predictive
Constructors in io.github.bucket4j.distributed.proxy.optimization.predictive with parameters of type PredictionParametersModifierConstructorDescriptionPredictiveOptimization(PredictionParameters predictionParameters, DelayParameters delayParameters, OptimizationListener listener, TimeMeter timeMeter) Sampling(PredictionParameters predictionParameters)