case class FailureStoppingFlow(flowIdentifiers: Seq[TableIdentifier]) extends FailureStoppingOperation with Product with Serializable
Indicates that there was a failure while stopping the flow.
- Alphabetic
- By Inheritance
- FailureStoppingFlow
- Serializable
- Product
- Equals
- FailureStoppingOperation
- RunFailure
- RunTerminationReason
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new FailureStoppingFlow(flowIdentifiers: Seq[TableIdentifier])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cause: Option[Throwable]
Exception associated with the given run termination.
Exception associated with the given run termination. This exception will be included in the error details in the associated terminal run progress event.
- Definition Classes
- FailureStoppingFlow → RunTerminationReason
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val flowIdentifiers: Seq[TableIdentifier]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def isFatal: Boolean
Whether or not this failure is considered fatal / irrecoverable.
Whether or not this failure is considered fatal / irrecoverable.
- Definition Classes
- FailureStoppingFlow → RunFailure
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def message: String
User visible message associated with run termination.
User visible message associated with run termination. This will also be set as the message in the associated terminal run progress log.
- Definition Classes
- FailureStoppingFlow → RunTerminationReason
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def operation: String
Name of the operation that failed to stop.
Name of the operation that failed to stop.
- Definition Classes
- FailureStoppingFlow → FailureStoppingOperation
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def terminalState: RunState
Terminal state for the given run.
Terminal state for the given run.
- Definition Classes
- RunFailure → RunTerminationReason
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)