HomeSort by relevance Sort by last modified time
    Searched defs:Throttle (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
RetriableStream.java 78 private final Throttle throttle; field in class:RetriableStream
102 @Nullable Throttle throttle) {
112 this.throttle = throttle;
540 if (throttle != null) {
541 throttle.onSuccess();
652 if (throttle != null) {
654 isThrottled = !throttle.onQualifiedFailureThenCheckIsAboveThreshold()
    [all...]
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 93 milliseconds