@Deprecated public class Refill extends Object
Bandwidth.builder()| Modifier and Type | Method and Description |
|---|---|
static Refill |
greedy(long tokens,
Duration period)
Deprecated.
|
static Refill |
intervally(long tokens,
Duration period)
Deprecated.
|
static Refill |
intervallyAligned(long tokens,
Duration period,
Instant timeOfFirstRefill,
boolean useAdaptiveInitialTokens)
Deprecated.
|
static Refill |
of(long tokens,
Duration period)
Deprecated.
|
static Refill |
smooth(long tokens,
Duration period)
Deprecated.
|
String |
toString()
Deprecated.
|
@Deprecated public static Refill of(long tokens, Duration period)
@Deprecated public static Refill smooth(long tokens, Duration period)
@Deprecated public static Refill greedy(long tokens, Duration period)
BandwidthBuilder.BandwidthBuilderRefillStage.refillGreedy(long, Duration)@Deprecated public static Refill intervally(long tokens, Duration period)
BandwidthBuilder.BandwidthBuilderRefillStage.refillIntervally(long, Duration)@Deprecated public static Refill intervallyAligned(long tokens, Duration period, Instant timeOfFirstRefill, boolean useAdaptiveInitialTokens)
Copyright © 2024. All rights reserved.