Class/Object

com.krux.hyperion.precondition

ExistsPrecondition

Related Docs: object ExistsPrecondition | package precondition

Permalink

case class ExistsPrecondition extends Precondition with Product with Serializable

Checks whether a data node object exists.

Source
ExistsPrecondition.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Precondition, NamedPipelineObject, PipelineObject, Ordered[PipelineObject], Comparable[PipelineObject], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExistsPrecondition
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Precondition
  7. NamedPipelineObject
  8. PipelineObject
  9. Ordered
  10. Comparable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Self = ExistsPrecondition

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: PipelineObject): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: PipelineObject): Boolean

    Permalink
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: PipelineObject): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: PipelineObject): Boolean

    Permalink
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val baseFields: BaseFields

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compare(that: PipelineObject): Int

    Permalink
    Definition Classes
    PipelineObject → Ordered
  12. def compareTo(that: PipelineObject): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def groupedBy(group: String): Self

    Permalink

    Postfix the name field

    Postfix the name field

    Definition Classes
    NamedPipelineObject
  17. def id: PipelineObjectId

    Permalink
    Definition Classes
    NamedPipelineObjectPipelineObject
  18. def idGroupedBy(group: String): Self

    Permalink

    Have a grouping postfix in the id field

    Have a grouping postfix in the id field

    Definition Classes
    NamedPipelineObject
    Note

    Id naming is more restrictive, it is recommended to not changing the id unleass you have a good reason

  19. def idNamed(namePrefix: String): Self

    Permalink

    Id field will be prefixed with name

    Id field will be prefixed with name

    Definition Classes
    NamedPipelineObject
    Note

    Id naming is more restrictive, it is recommended to not changing the id unless you have a good reason

  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def maximumRetries: Option[HInt]

    Permalink
    Definition Classes
    Precondition
  22. def name: Option[String]

    Permalink

    Name of the pipeline object, if not set, it will defaults to

    Name of the pipeline object, if not set, it will defaults to

    Option(id)
    Definition Classes
    NamedPipelineObject
  23. def named(namePrefix: String): Self

    Permalink

    Give the object a name prefix

    Give the object a name prefix

    Definition Classes
    NamedPipelineObject
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def objects: Iterable[PipelineObject]

    Permalink
    Definition Classes
    PreconditionPipelineObject
  28. def onFail(actions: Action*): Self

    Permalink
    Definition Classes
    Precondition
  29. def onFail: Seq[Action]

    Permalink
    Definition Classes
    Precondition
  30. def onLateAction(actions: Action*): Self

    Permalink
    Definition Classes
    Precondition
  31. def onLateAction: Seq[Action]

    Permalink
    Definition Classes
    Precondition
  32. def onSuccess(actions: Action*): Self

    Permalink
    Definition Classes
    Precondition
  33. def onSuccess: Seq[Action]

    Permalink
    Definition Classes
    Precondition
  34. val preconditionFields: PreconditionFields

    Permalink
    Definition Classes
    ExistsPreconditionPrecondition
  35. def preconditionTimeout: Option[HDuration]

    Permalink

    The precondition will be retried until the retryTimeout with a gap of retryDelay between attempts.

    The precondition will be retried until the retryTimeout with a gap of retryDelay between attempts. Time period; for example, "1 hour".

    Definition Classes
    Precondition
  36. def ref: AdpRef[AdpPrecondition]

    Permalink
    Definition Classes
    PreconditionPipelineObject
  37. def role: HString

    Permalink

    The IAM role to use for this precondition.

    The IAM role to use for this precondition.

    Definition Classes
    Precondition
  38. implicit def seq2Option[A](anySeq: Seq[A]): Option[Seq[A]]

    Permalink
    Definition Classes
    PipelineObject
  39. def seqToOption[A, B](anySeq: Seq[A])(transform: (A) ⇒ B): Option[Seq[B]]

    Permalink
    Definition Classes
    PipelineObject
  40. lazy val serialize: AdpExistsPrecondition

    Permalink
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. implicit def uniquePipelineId2String(id: PipelineObjectId): String

    Permalink
    Definition Classes
    PipelineObject
  43. def updateBaseFields(fields: BaseFields): ExistsPrecondition

    Permalink
  44. def updatePreconditionFields(fields: PreconditionFields): ExistsPrecondition

    Permalink
    Definition Classes
    ExistsPreconditionPrecondition
  45. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def withMaximumRetries(retries: HInt): Self

    Permalink
    Definition Classes
    Precondition
  49. def withPreconditionTimeout(timeout: HDuration): Self

    Permalink
    Definition Classes
    Precondition
  50. def withRole(role: HString): Self

    Permalink
    Definition Classes
    Precondition

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Precondition

Inherited from NamedPipelineObject

Inherited from PipelineObject

Inherited from Ordered[PipelineObject]

Inherited from Comparable[PipelineObject]

Inherited from AnyRef

Inherited from Any

Ungrouped