Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DRetriableStream.java1144 final int hedgingAttemptCount; field in RetriableStream.State
1163 int hedgingAttemptCount) { in State()
1295 int hedgingAttemptCount = this.hedgingAttemptCount + 1; in addActiveHedge() local