A C E G H L R S T 

A

apply(HttpRequest) - クラス のメソッドenkan.throttling.Throttle
 

C

consume() - クラス のメソッドenkan.throttling.TokenBucket
Consume a single token from the bucket.
consume(long) - クラス のメソッドenkan.throttling.TokenBucket
Consumes multiple tokens from the bucket.

E

enkan.middleware.throttling - パッケージ enkan.middleware.throttling
 
enkan.throttling - パッケージ enkan.throttling
 

G

getCapacity() - クラス のメソッドenkan.throttling.TokenBucket
 
getDurationUntilNextRefill(TimeUnit) - クラス のメソッドenkan.throttling.RefillStrategy
 
getDurationUntilNextRefill(TimeUnit) - クラス のメソッドenkan.throttling.TokenBucket
Returns the amount of time in the specified time unit until the next group of tokens can be added to the token bucket.
getNumTokens() - クラス のメソッドenkan.throttling.TokenBucket
 

H

handle(HttpRequest, MiddlewareChain) - クラス のメソッドenkan.middleware.throttling.ThrottlingMiddleware
 

L

LimitRate - enkan.throttlingのクラス
 
LimitRate() - クラス のコンストラクタenkan.throttling.LimitRate
 

R

refill() - クラス のメソッドenkan.throttling.RefillStrategy
 
refill(long) - クラス のメソッドenkan.throttling.TokenBucket
Refills the bucket with the specified number of tokens.
RefillStrategy - enkan.throttlingのクラス
 
RefillStrategy(long, Duration) - クラス のコンストラクタenkan.throttling.RefillStrategy
 

S

setThrottles(List<Throttle>) - クラス のメソッドenkan.middleware.throttling.ThrottlingMiddleware
 
sleep() - インタフェース のメソッドenkan.throttling.SleepStrategy
 
SleepStrategy - enkan.throttlingのインタフェース
 

T

Throttle - enkan.throttlingのクラス
 
Throttle(String, LimitRate, Function<HttpRequest, Object>) - クラス のコンストラクタenkan.throttling.Throttle
 
ThrottlingMiddleware - enkan.middleware.throttlingのクラス
 
ThrottlingMiddleware() - クラス のコンストラクタenkan.middleware.throttling.ThrottlingMiddleware
 
TokenBucket - enkan.throttlingのクラス
 
TokenBucket(long, long, RefillStrategy, SleepStrategy) - クラス のコンストラクタenkan.throttling.TokenBucket
 
tryConsume() - クラス のメソッドenkan.throttling.TokenBucket
Attempt to consume a single token from the bucket.
tryConsume(long) - クラス のメソッドenkan.throttling.TokenBucket
Attempt to consume a specified number of tokens from the bucket.
A C E G H L R S T 
ナビゲーション・リンクをスキップ

Copyright © 2016–2018. All rights reserved.