Uses of Class
io.github.bucket4j.distributed.proxy.optimization.PredictionParameters
-
Packages that use PredictionParameters Package Description io.github.bucket4j.distributed.proxy.optimization io.github.bucket4j.distributed.proxy.optimization.predictive -
-
Uses of PredictionParameters in io.github.bucket4j.distributed.proxy.optimization
Methods in io.github.bucket4j.distributed.proxy.optimization that return PredictionParameters Modifier and Type Method Description static PredictionParametersPredictionParameters. createDefault(DelayParameters delayParameters)Methods in io.github.bucket4j.distributed.proxy.optimization with parameters of type PredictionParameters Modifier and Type Method Description static 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 PredictionParameters Constructor Description PredictiveOptimization(PredictionParameters predictionParameters, DelayParameters delayParameters, OptimizationListener listener, TimeMeter timeMeter)Sampling(PredictionParameters predictionParameters)
-