Class/Object

stm.task

Task

Related Docs: object Task | package task

Permalink

class Task[T] extends Identifiable

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

Instance Constructors

  1. new Task(ptr: PointerType)

    Permalink
  2. new Task(root: STMPtr[TaskData[T]])

    Permalink

Type Members

  1. class AtomicApi extends AtomicApiBase

    Permalink
  2. class SyncApi extends SyncApiBase

    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. def addSubscriber(task: Task[_], queue: StmExecutionQueue)(implicit ctx: STMTxnCtx): Future[Boolean]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def atomic(priority: Duration = 0.seconds)(implicit cluster: Restm): AtomicApi

    Permalink
  7. def canRun()(implicit ctx: STMTxnCtx): Future[Boolean]

    Permalink
  8. def checkExecutor(executorId: String, id: PointerType, threads: Iterable[Thread]): Boolean

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def complete(result: Try[TaskResult[T]])(implicit ctx: STMTxnCtx): Future[Unit]

    Permalink
  11. def data()(implicit ctx: STMTxnCtx): Future[TaskData[T]]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(other: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def future(implicit cluster: Restm): Future[T]

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getStatusTrace(queue: StmExecutionQueue, threads: Iterable[Thread])(implicit ctx: STMTxnCtx): Future[TaskStatusTrace]

    Permalink
  18. def getStatusTrace(queue: StmExecutionQueue)(implicit ctx: STMTxnCtx): Future[TaskStatusTrace]

    Permalink
    Annotations
    @JsonIgnore()
  19. def hashCode(): Int

    Permalink
    Definition Classes
    Task → AnyRef → Any
  20. def id: String

    Permalink
    Definition Classes
    TaskIdentifiable
  21. def initTriggers(queue: StmExecutionQueue)(implicit ctx: STMTxnCtx): Future[Unit.type]

    Permalink
  22. def isComplete()(implicit ctx: STMTxnCtx): Future[Boolean]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def map[U](queue: StmExecutionQueue, function: (T, Restm, ExecutionContext) ⇒ TaskResult[U])(implicit ctx: STMTxnCtx): Future[Task[U]]

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def obtainTask(executorId: String = UUID.randomUUID().toString)(implicit ctx: STMTxnCtx): Future[Option[TaskFunction[T]]]

    Permalink
  29. val root: STMPtr[TaskData[T]]

    Permalink
  30. def sync: SyncApi

    Permalink
  31. def sync(duration: Duration): SyncApi

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def wrapMap[U](function: (T, Restm, ExecutionContext) ⇒ U): (Restm, ExecutionContext) ⇒ U

    Permalink

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped