java.lang.Object
io.github.bucket4j.Refill
Deprecated.
Specifies the speed of tokens regeneration.
This class is deprecated, you should use Bandwidth.builder()
-
Method Summary
Modifier and TypeMethodDescriptionstatic RefillDeprecated.static Refillintervally(long tokens, Duration period) Deprecated.static RefillintervallyAligned(long tokens, Duration period, Instant timeOfFirstRefill, boolean useAdaptiveInitialTokens) Deprecated.static RefillDeprecated.static RefillDeprecated.toString()Deprecated.
-
Method Details
-
of
Deprecated. -
smooth
Deprecated. -
greedy
Deprecated.This method is deprecated, you should useBandwidthBuilder.BandwidthBuilderRefillStage.refillGreedy(long, Duration) -
intervally
Deprecated.This method is deprecated, you should useBandwidthBuilder.BandwidthBuilderRefillStage.refillIntervally(long, Duration) -
intervallyAligned
@Deprecated public static Refill intervallyAligned(long tokens, Duration period, Instant timeOfFirstRefill, boolean useAdaptiveInitialTokens) Deprecated. -
toString
Deprecated.
-