Packages

o

com.datasolvr.services.facade

ScheduleOptions

object ScheduleOptions extends OptionDescriptionBuilder

Defines the options that can be used on a schedule.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScheduleOptions
  2. OptionDescriptionBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DEPENDS_ON: String

    A comma-seperated list of id's for schedules that this schedule should wait for if they are active.

  5. val LIVE_EXPIRATION: String

    The number of days to keep live (inter-day) results started by the schedule.

  6. val LIVE_FREQUENCY: String

    The frequency in minutes with which to schedule new live results.

  7. def Mandatory(name: String, validation: (String) ⇒ Option[String] = s => None): OptionDescription
    Attributes
    protected
    Definition Classes
    OptionDescriptionBuilder
  8. val NOTIFY_AFTER_ERRORS: String

    The number of subsequent errors to allow before notifying the operations group.

    The number of subsequent errors to allow before notifying the operations group. The default is 1.

  9. def Optional(name: String, default: Option[String] = None, validation: (String) ⇒ Option[String] = s => None): OptionDescription
    Attributes
    protected
    Definition Classes
    OptionDescriptionBuilder
  10. val RETRY_INTERVAL: String

    The interval in minutes to wait before restarting a failed schedule.

  11. val RUN_HISTORY_LIMIT: String

    A limit in days, relative to the current date, for how old timeline dates will be scheduled if missing.

  12. val RUN_RESTRICTION: String

    A cron restriction that limits when the schedule is active.

    A cron restriction that limits when the schedule is active. The cron may be negated by wrapping the expression in !(). "* * 8-18 ? * 1-5": the schedule is active from 8:00 until 19:00 Monday to Friday. "!(* * 8-18 ? * 1-5)": the schedule is blocked between 8:00 until 19:00 Monday to Friday.

    See also

    https://www.alonsodomin.me/cron4s/

  13. val TAG: String

    A tag to pass to the batch used by the schedule.

  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  16. def descriptions(descriptions: OptionDescription*): OptionDescriptions
    Attributes
    protected
    Definition Classes
    OptionDescriptionBuilder
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def get: OptionDescriptions
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from OptionDescriptionBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped