io.gearpump.streaming.task

TaskActor

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final val CLOCK_REPORT_INTERVAL: FiniteDuration

  7. final val FLUSH_INTERVAL: FiniteDuration

  8. final val LATENCY_PROBE_INTERVAL: FiniteDuration

  9. val LOG: Logger

  10. def aroundPostRestart(reason: Throwable): Unit

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

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

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

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

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

    Definition Classes
    Any
  16. def clone(): AnyRef

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

  18. implicit val context: ActorContext

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

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

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

    Definition Classes
    ExpressTransport
  22. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  24. def getUpstreamMinClock: TimeStamp

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

  26. def hashCode(): Int

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

    Definition Classes
    Any
  28. final def local: HostPort

    Definition Classes
    ExpressTransport
  29. def minClock: TimeStamp

  30. def minClockAtCurrentTask: TimeStamp

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

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

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

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

  35. def onStart(startTime: StartTime): Unit

  36. def onStop(): Unit

  37. def onUnManagedMessage(msg: Any): Unit

  38. def output(msg: Message): Unit

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

    output to a downstream by specifying a arrayIndex

    output to a downstream by specifying a arrayIndex

    msg

  40. def postRestart(reason: Throwable): Unit

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

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

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

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

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

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

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

    Definition Classes
    Actor
  48. def serializerPool: SerializationFramework

  49. lazy val sessionRef: ActorRef

    Definition Classes
    ExpressTransport
  50. lazy val sourceId: Long

    Definition Classes
    ExpressTransport
  51. def supervisorStrategy: SupervisorStrategy

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

    Definition Classes
    AnyRef
  53. implicit val system: ExtendedActorSystem

    Definition Classes
    ExpressTransport
  54. val task: TaskWrapper

  55. val taskContextData: TaskContextData

  56. val taskId: TaskId

  57. def toString(): String

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

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

    Definition Classes
    Actor
  60. var upstreamMinClock: TimeStamp

  61. final def wait(): Unit

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

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

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

  65. def waitForTaskRegistered: Receive

Inherited from TimeOutScheduler

Inherited from ExpressTransport

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped