Home
last modified time | relevance | path

Searched refs:lbRpcRetryPolicy (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/
DGrpclbState.java128 private BackoffPolicy lbRpcRetryPolicy; field in GrpclbState
622 if (initialResponseReceived || lbRpcRetryPolicy == null) { in handleStreamClosed()
625 lbRpcRetryPolicy = backoffPolicyProvider.get(); in handleStreamClosed()
633 prevLbRpcStartNanos + lbRpcRetryPolicy.nextBackoffNanos() - time.currentTimeNanos(); in handleStreamClosed()