Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DServiceConfigInterceptor.java136 final HedgingPolicy hedgingPolicy; field in ServiceConfigInterceptor.MethodInfo
253 private static HedgingPolicy hedgingPolicy( in hedgingPolicy() method in ServiceConfigInterceptor
254 Map<String, Object> hedgingPolicy, int maxAttemptsLimit) { in hedgingPolicy()
301 final HedgingPolicy hedgingPolicy = getHedgingPolicyFromConfig(method); in interceptCall() local
345 HedgingPolicy hedgingPolicy = getHedgingPolicyFromConfig(method); in interceptCall() local
DServiceConfigUtil.java151 static Integer getMaxAttemptsFromHedgingPolicy(Map<String, Object> hedgingPolicy) { in getMaxAttemptsFromHedgingPolicy()
159 static Long getHedgingDelayNanosFromHedgingPolicy(Map<String, Object> hedgingPolicy) { in getHedgingDelayNanosFromHedgingPolicy()
172 static List<String> getNonFatalStatusCodesFromHedgingPolicy(Map<String, Object> hedgingPolicy) { in getNonFatalStatusCodesFromHedgingPolicy()
/external/grpc-grpc-java/core/src/test/resources/io/grpc/internal/
Dtest_hedging_service_config.json11 "hedgingPolicy":{ object
40 "hedgingPolicy":{ object
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DRetriableStreamTest.java134 final HedgingPolicy hedgingPolicy, in RecordedRetriableStream()