Class/Object

org.apache.gearpump.streaming.task

TaskActor

Related Docs: object TaskActor | package task

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

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. final val CLOCK_REPORT_INTERVAL: FiniteDuration

    Permalink
  5. final val FLUSH_INTERVAL: FiniteDuration

    Permalink
  6. final val LATENCY_PROBE_INTERVAL: FiniteDuration

    Permalink
  7. val LOG: Logger

    Permalink
  8. def aroundPostRestart(reason: Throwable): Unit

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

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

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

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

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

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

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

    Permalink
  16. implicit val context: ActorContext

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

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

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

    Permalink
    Definition Classes
    ExpressTransport
  20. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getUpstreamMinClock: TimeStamp

    Permalink

    Returns min clock of upstream task

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

    Permalink
  24. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  26. final def local: HostPort

    Permalink
    Definition Classes
    ExpressTransport
  27. def minClock: TimeStamp

    Permalink

    Returns min clock of this task

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

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

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

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

    Permalink
  32. def onStart(startTime: StartTime): Unit

    Permalink
  33. def onStop(): Unit

    Permalink
  34. def onUnManagedMessage(msg: Any): Unit

    Permalink
  35. def output(msg: Message): Unit

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

    Permalink

    output to a downstream by specifying a arrayIndex

    output to a downstream by specifying a arrayIndex

    arrayIndex

    this is not same as ProcessorId

  37. def postRestart(reason: Throwable): Unit

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

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

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

    Permalink
    Definition Classes
    TaskActor → Actor
  41. final def receive: Receive

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

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

    Permalink
    Definition Classes
    TimeOutScheduler
  44. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  45. def serializerPool: SerializationFramework

    Permalink
  46. lazy val sessionRef: ActorRef

    Permalink
    Definition Classes
    ExpressTransport
  47. lazy val sourceId: Long

    Permalink
    Definition Classes
    ExpressTransport
  48. def supervisorStrategy: SupervisorStrategy

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

    Permalink
    Definition Classes
    AnyRef
  50. implicit val system: ExtendedActorSystem

    Permalink
    Definition Classes
    ExpressTransport
  51. val task: TaskWrapper

    Permalink
  52. val taskContextData: TaskContextData

    Permalink
  53. val taskId: TaskId

    Permalink
  54. def toString(): String

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

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

    Permalink
    Definition Classes
    Actor
  57. var upstreamMinClock: TimeStamp

    Permalink
  58. final def wait(): Unit

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

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

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

    Permalink
  62. def waitForTaskRegistered: Receive

    Permalink

Inherited from TimeOutScheduler

Inherited from ExpressTransport

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped