Searched defs:hedgingPolicy (Results 1 – 4 of 4) sorted by relevance
136 final HedgingPolicy hedgingPolicy; field in ServiceConfigInterceptor.MethodInfo253 private static HedgingPolicy hedgingPolicy( in hedgingPolicy() method in ServiceConfigInterceptor254 Map<String, Object> hedgingPolicy, int maxAttemptsLimit) { in hedgingPolicy()301 final HedgingPolicy hedgingPolicy = getHedgingPolicyFromConfig(method); in interceptCall() local345 HedgingPolicy hedgingPolicy = getHedgingPolicyFromConfig(method); in interceptCall() local
151 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()
11 "hedgingPolicy":{ object40 "hedgingPolicy":{ object
134 final HedgingPolicy hedgingPolicy, in RecordedRetriableStream()