io.gearpump.streaming.task

TaskActor

Related Docs: object TaskActor | package task

class TaskActor extends Actor with ExpressTransport with TimeOutScheduler

All tasks of Gearpump runs inside a Actor. TaskActor is the Actor container for a task.

Linear Supertypes
TimeOutScheduler, ExpressTransport, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TaskActor
  2. TimeOutScheduler
  3. ExpressTransport
  4. Actor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TaskActor(taskId: TaskId, taskContextData: TaskContextData, userConf: UserConfig, task: TaskWrapper, inputSerializerPool: SerializationFramework)

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Definition Classes
    Actor

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final val CLOCK_REPORT_INTERVAL: FiniteDuration

  5. final val FLUSH_INTERVAL: FiniteDuration

  6. final val LATENCY_PROBE_INTERVAL: FiniteDuration

  7. val LOG: Logger

  8. def aroundPostRestart(reason: Throwable): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. def aroundPostStop(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  10. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  11. def aroundPreStart(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  12. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. val config: Config

  16. implicit val context: ActorContext

    Definition Classes
    Actor
  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  19. final val express: Express

    Definition Classes
    ExpressTransport
  20. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  22. def getUpstreamMinClock: TimeStamp

  23. def handleMessages(sender: ⇒ ActorRef): Receive

  24. def hashCode(): Int

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

    Definition Classes
    Any
  26. final def local: HostPort

    Definition Classes
    ExpressTransport
  27. def minClock: TimeStamp

  28. def minClockAtCurrentTask: TimeStamp

  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. def onNext(msg: Message): Unit

  33. def onStart(startTime: StartTime): Unit

  34. def onStop(): Unit

  35. def onUnManagedMessage(msg: Any): Unit

  36. def output(msg: Message): Unit

  37. def output(arrayIndex: Int, msg: Message): Unit

    output to a downstream by specifying a arrayIndex

    output to a downstream by specifying a arrayIndex

    msg

  38. def postRestart(reason: Throwable): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  39. final def postStop(): Unit

    Definition Classes
    TaskActor → Actor
  40. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  41. final def preStart(): Unit

    Definition Classes
    TaskActor → Actor
  42. final def receive: Receive

    Definition Classes
    TaskActor → Actor
  43. implicit final val self: ActorRef

    Definition Classes
    Actor
  44. def sendMsgWithTimeOutCallBack(target: ActorRef, msg: AnyRef, milliSeconds: Long, timeOutHandler: ⇒ Unit): Unit

    Definition Classes
    TimeOutScheduler
  45. final def sender(): ActorRef

    Definition Classes
    Actor
  46. def serializerPool: SerializationFramework

  47. lazy val sessionRef: ActorRef

    Definition Classes
    ExpressTransport
  48. lazy val sourceId: Long

    Definition Classes
    ExpressTransport
  49. def supervisorStrategy: SupervisorStrategy

    Definition Classes
    Actor
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  51. implicit val system: ExtendedActorSystem

    Definition Classes
    ExpressTransport
  52. val task: TaskWrapper

  53. val taskContextData: TaskContextData

  54. val taskId: TaskId

  55. def toString(): String

    Definition Classes
    AnyRef → Any
  56. def transport(msg: AnyRef, remotes: TaskId*): Unit

    Definition Classes
    ExpressTransport
  57. def unhandled(message: Any): Unit

    Definition Classes
    Actor
  58. var upstreamMinClock: TimeStamp

  59. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. def waitForStartClock: Receive

  63. def waitForTaskRegistered: Receive

Inherited from TimeOutScheduler

Inherited from ExpressTransport

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped