Class/Object

com.ing.baker.runtime.actor.protobuf

RetryWithIncrementalBackoff

Related Docs: object RetryWithIncrementalBackoff | package protobuf

Permalink

final case class RetryWithIncrementalBackoff(initialTimeout: Option[Long] = None, backoffFactor: Option[Double] = None, maximumRetries: Option[Int] = None, maxTimeBetweenRetries: Option[Long] = None, retryExhaustedEvent: Option[EventDescriptor] = None) extends GeneratedMessage with Message[RetryWithIncrementalBackoff] with Updatable[RetryWithIncrementalBackoff] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[RetryWithIncrementalBackoff], Message[RetryWithIncrementalBackoff], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RetryWithIncrementalBackoff
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RetryWithIncrementalBackoff(initialTimeout: Option[Long] = None, backoffFactor: Option[Double] = None, maximumRetries: Option[Int] = None, maxTimeBetweenRetries: Option[Long] = None, retryExhaustedEvent: Option[EventDescriptor] = None)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val backoffFactor: Option[Double]

    Permalink
  6. def clearBackoffFactor: RetryWithIncrementalBackoff

    Permalink
  7. def clearInitialTimeout: RetryWithIncrementalBackoff

    Permalink
  8. def clearMaxTimeBetweenRetries: RetryWithIncrementalBackoff

    Permalink
  9. def clearMaximumRetries: RetryWithIncrementalBackoff

    Permalink
  10. def clearRetryExhaustedEvent: RetryWithIncrementalBackoff

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def companion: RetryWithIncrementalBackoff.type

    Permalink
    Definition Classes
    RetryWithIncrementalBackoff → GeneratedMessage
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
  16. def getBackoffFactor: Double

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getField(__field: FieldDescriptor): Any

    Permalink
    Definition Classes
    RetryWithIncrementalBackoff → GeneratedMessage
  19. def getInitialTimeout: Long

    Permalink
  20. def getMaxTimeBetweenRetries: Long

    Permalink
  21. def getMaximumRetries: Int

    Permalink
  22. def getRetryExhaustedEvent: EventDescriptor

    Permalink
  23. val initialTimeout: Option[Long]

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val maxTimeBetweenRetries: Option[Long]

    Permalink
  26. val maximumRetries: Option[Int]

    Permalink
  27. def mergeFrom(_input__: CodedInputStream): RetryWithIncrementalBackoff

    Permalink
    Definition Classes
    RetryWithIncrementalBackoff → Message
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. val retryExhaustedEvent: Option[EventDescriptor]

    Permalink
  32. final def serializedSize: Int

    Permalink
    Definition Classes
    RetryWithIncrementalBackoff → GeneratedMessage
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  35. def toString(): String

    Permalink
    Definition Classes
    RetryWithIncrementalBackoff → AnyRef → Any
  36. def update(ms: (Lens[RetryWithIncrementalBackoff, RetryWithIncrementalBackoff]) ⇒ Mutation[RetryWithIncrementalBackoff]*): RetryWithIncrementalBackoff

    Permalink
    Definition Classes
    Updatable
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def withBackoffFactor(__v: Double): RetryWithIncrementalBackoff

    Permalink
  41. def withInitialTimeout(__v: Long): RetryWithIncrementalBackoff

    Permalink
  42. def withMaxTimeBetweenRetries(__v: Long): RetryWithIncrementalBackoff

    Permalink
  43. def withMaximumRetries(__v: Int): RetryWithIncrementalBackoff

    Permalink
  44. def withRetryExhaustedEvent(__v: EventDescriptor): RetryWithIncrementalBackoff

    Permalink
  45. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  46. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    RetryWithIncrementalBackoff → GeneratedMessage
  47. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Inherited from Product

Inherited from Equals

Inherited from Updatable[RetryWithIncrementalBackoff]

Inherited from Message[RetryWithIncrementalBackoff]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped