Class

s_mach.concurrent.impl.ScheduledExecutionContextImpl

PeriodicTaskImpl

Related Doc: package ScheduledExecutionContextImpl

Permalink

class PeriodicTaskImpl[U] extends PeriodicTask

Self Type
PeriodicTaskImpl[U]
Linear Supertypes
PeriodicTask, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PeriodicTaskImpl
  2. PeriodicTask
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PeriodicTaskImpl(task: () ⇒ U, initialDelay: FiniteDuration, period: FiniteDuration, initiallyPaused: Boolean, scheduledExecutorService: ScheduledExecutorService, reportFailure: (Throwable) ⇒ Unit)

    Permalink

Type Members

  1. case class PausedImpl(nextEvent_ns: Long) extends Paused with Product with Serializable

    Permalink
  2. case class RunningImpl(initialDelay_ns: Long) extends Running with Product with Serializable

    Permalink

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. val _state: AtomicFSM[State]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def cancel(): Boolean

    Permalink

    returns

    TRUE if the task was cancelled FALSE if the task was already cancelled

    Definition Classes
    PeriodicTaskImplPeriodicTask
  7. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. val initialDelay: FiniteDuration

    Permalink

    returns

    the delay before initially starting the task

    Definition Classes
    PeriodicTaskImplPeriodicTask
  14. val initialDelay_ns: Long

    Permalink
  15. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  17. def nextEvent_ns: Long

    Permalink

    returns

    the time stamp in nanoseconds when the next task will be started

    Definition Classes
    PeriodicTaskImplPeriodicTask
  18. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  20. val onCancel: Latch

    Permalink

    returns

    a barrier that is set once the task is cancelled

    Definition Classes
    PeriodicTaskImplPeriodicTask
  21. val period: FiniteDuration

    Permalink

    returns

    the recurring delay between the task executions

    Definition Classes
    PeriodicTaskImplPeriodicTask
  22. val period_ns: Long

    Permalink
  23. def s0: Product with Serializable with State

    Permalink
  24. def state: State

    Permalink

    returns

    the current state of the periodic task

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

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

    Permalink
    Definition Classes
    PeriodicTaskImpl → 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 PeriodicTask

Inherited from AnyRef

Inherited from Any

Ungrouped