Class RetriableStream.HedgingPlan

  • Enclosing class:
    RetriableStream<ReqT>

    private static final class RetriableStream.HedgingPlan
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HedgingPlan​(boolean isHedgeable, java.lang.Integer hedgingPushbackMillis)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • isHedgeable

        final boolean isHedgeable
      • hedgingPushbackMillis

        @Nullable
        final java.lang.Integer hedgingPushbackMillis
    • Constructor Detail

      • HedgingPlan

        public HedgingPlan​(boolean isHedgeable,
                           @Nullable
                           java.lang.Integer hedgingPushbackMillis)