Package

ai.deepsense.graph

nodestate

Permalink

package nodestate

Visibility
  1. Public
  2. All

Type Members

  1. final case class Aborted(results: Seq[Id] = Seq.empty) extends NodeStatus with FinalState with Product with Serializable

    Permalink
  2. final case class Completed(started: DateTime, ended: DateTime, results: Seq[Id]) extends NodeStatus with FinalState with Product with Serializable

    Permalink
  3. final case class Draft(results: Seq[Id] = Seq.empty) extends NodeStatus with Product with Serializable

    Permalink
  4. final case class Failed(started: DateTime, ended: DateTime, error: FailureDescription) extends NodeStatus with FinalState with Product with Serializable

    Permalink
  5. sealed trait FinalState extends AnyRef

    Permalink
  6. sealed abstract class NodeStatus extends Serializable

    Permalink
  7. final case class Queued(results: Seq[Id] = Seq.empty) extends NodeStatus with Product with Serializable

    Permalink
  8. final case class Running(started: DateTime, results: Seq[Id] = Seq.empty) extends NodeStatus with Product with Serializable

    Permalink

Value Members

  1. package name

    Permalink

Ungrouped