Class RetryPolicy

  • Direct Known Subclasses:
    AutoValue_RetryPolicy

    public abstract class RetryPolicy
    extends java.lang.Object
    Configuration for exporter exponential retry policy.
    Since:
    1.28.0
    • Field Detail

      • DEFAULT_INITIAL_BACKOFF_SECONDS

        private static final int DEFAULT_INITIAL_BACKOFF_SECONDS
        See Also:
        Constant Field Values
      • DEFAULT_MAX_BACKOFF_SECONDS

        private static final int DEFAULT_MAX_BACKOFF_SECONDS
        See Also:
        Constant Field Values
      • DEFAULT_BACKOFF_MULTIPLIER

        private static final double DEFAULT_BACKOFF_MULTIPLIER
        See Also:
        Constant Field Values
    • Constructor Detail

      • RetryPolicy

        RetryPolicy()