Home
last modified time | relevance | path

Searched defs:tokenRatio (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/core/src/test/resources/io/grpc/internal/
Dtest_hedging_service_config.json52 "tokenRatio": 0.1 number
Dtest_retry_service_config.json56 "tokenRatio": 0.1 number
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DRetriableStream.java934 final int tokenRatio; field in RetriableStream.Throttle
938 Throttle(float maxTokens, float tokenRatio) { in Throttle()
DServiceConfigUtil.java94 float tokenRatio = getDouble(throttling, "tokenRatio").floatValue(); in getThrottlePolicy() local