Home
last modified time | relevance | path

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

/external/grpc-grpc-java/examples/src/main/resources/io/grpc/examples/hedging/
Dhedging_service_config.json20 "tokenRatio": 0.1 number
/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/
DServiceConfigUtil.java117 float tokenRatio = JsonUtil.getNumberAsDouble(throttling, "tokenRatio").floatValue(); in getThrottlePolicy() local
DRetriableStream.java1446 final int tokenRatio; field in RetriableStream.Throttle
1450 Throttle(float maxTokens, float tokenRatio) { in Throttle()