Class RetriableStream.HedgingPlan

java.lang.Object
io.grpc.internal.RetriableStream.HedgingPlan
Enclosing class:
RetriableStream<ReqT>

private static final class RetriableStream.HedgingPlan extends Object
  • Field Details

    • isHedgeable

      final boolean isHedgeable
    • hedgingPushbackMillis

      @Nullable final Integer hedgingPushbackMillis
  • Constructor Details

    • HedgingPlan

      public HedgingPlan(boolean isHedgeable, @Nullable Integer hedgingPushbackMillis)