Object/Trait

it.agilelab.bigdata.wasp.consumers.spark.streaming.actor.pipegraph

State

Related Docs: trait State | package pipegraph

Permalink

object State

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. State
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. object Activated extends State with Product with Serializable

    Permalink

    PipegraphGuardian activated the pipegraph.

    PipegraphGuardian activated the pipegraph.

    Note

    it is a safe state with no in-flight request, so we can compute if we should retry activation or go to materializing

  5. object Activating extends State with Product with Serializable

    Permalink

    PipegraphGuardian is activating a pipegraph

  6. object Materialized extends State with Product with Serializable

    Permalink

    PipegraphGuardian materialized a pipegraph

    PipegraphGuardian materialized a pipegraph

    Note

    it is a safe state with no in-flight request, so we can compute if we should retry materialization or go to Monitoring

  7. object Materializing extends State with Product with Serializable

    Permalink

    PipegraphGuardian is materializing a pipegraph

  8. object Monitored extends State with Product with Serializable

    Permalink

    PipegraphGuardian monitored a pipegraph

    PipegraphGuardian monitored a pipegraph

    Note

    it is a safe state with no in-flight request, so we can compute if we should retry materialization or go to Monitoring or to Activating

  9. object Monitoring extends State with Product with Serializable

    Permalink

    PipegraphGuardian is monitoring a pipegraph

  10. object RequestingWork extends State with Product with Serializable

    Permalink

    PipegraphGuardian requested work and is waiting for a response

  11. object Stopped extends State with Product with Serializable

    Permalink

    PipegraphGuardian is stopped a pipegraph

    PipegraphGuardian is stopped a pipegraph

    Note

    it is a safe state with no in-flight request, so we can safely shutdown

  12. object Stopping extends State with Product with Serializable

    Permalink

    PipegraphGuardian is stopping a pipegraph

  13. object WaitingForWork extends State with Product with Serializable

    Permalink

    PipegraphGuardian is waiting for work

  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped