Class/Object

com.harrys.hyppo.worker.actor

WorkerFSM

Related Docs: object WorkerFSM | package actor

Permalink

final class WorkerFSM extends LoggingFSM[WorkerState, CommanderState] with ActorInject

Created by jpetty on 10/30/15.

Linear Supertypes
ActorInject, LoggingFSM[WorkerState, CommanderState], FSM[WorkerState, CommanderState], ActorLogging, Listeners, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WorkerFSM
  2. ActorInject
  3. LoggingFSM
  4. FSM
  5. ActorLogging
  6. Listeners
  7. Actor
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WorkerFSM(injectorProvider: Provider[Injector], config: WorkerConfig, commanderFactory: Factory, taskFSMFactory: Factory, delegator: ActorRef, connection: ActorRef)

    Permalink
    Annotations
    @Inject()

Type Members

  1. type Event = akka.actor.FSM.Event[CommanderState]

    Permalink
    Definition Classes
    FSM
  2. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor
  3. type State = akka.actor.FSM.State[WorkerState, CommanderState]

    Permalink
    Definition Classes
    FSM
  4. type StateFunction = PartialFunction[Event, State]

    Permalink
    Definition Classes
    FSM
  5. type StopEvent = akka.actor.FSM.StopEvent[WorkerState, CommanderState]

    Permalink
    Definition Classes
    FSM
  6. type Timeout = Option[FiniteDuration]

    Permalink
    Definition Classes
    FSM
  7. final class TransformHelper extends AnyRef

    Permalink
    Definition Classes
    FSM
  8. type TransitionHandler = PartialFunction[(WorkerState, WorkerState), Unit]

    Permalink
    Definition Classes
    FSM

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. val ->: akka.actor.FSM.->.type

    Permalink
    Definition Classes
    FSM
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. val Event: akka.actor.FSM.Event.type

    Permalink
    Definition Classes
    FSM
  6. val StateTimeout: akka.actor.FSM.StateTimeout.type

    Permalink
    Definition Classes
    FSM
  7. val StopEvent: akka.actor.FSM.StopEvent.type

    Permalink
    Definition Classes
    FSM
  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. final def cancelTimer(name: String): Unit

    Permalink
    Definition Classes
    FSM
  15. val channelActor: ActorRef

    Permalink
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  18. def createCommanderActor(execution: WorkQueueExecution, jarFiles: Seq[LoadedJarFile]): ActiveCommander

    Permalink
  19. def createTaskActor(execution: WorkQueueExecution, commander: ActorRef): ActorRef

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def getLog: IndexedSeq[LogEntry[WorkerState, CommanderState]]

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingFSM
  25. def gossip(msg: Any)(implicit sender: ActorRef): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Listeners
  26. final def goto(nextStateName: WorkerState): State

    Permalink
    Definition Classes
    FSM
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def initialize(): Unit

    Permalink
    Definition Classes
    FSM
  29. def initializeWorkerChannel(channel: Channel, actor: ActorRef): Unit

    Permalink
  30. def injectActor(create: ⇒ Actor, name: String)(implicit factory: ActorRefFactory): ActorRef

    Permalink
    Attributes
    protected
    Definition Classes
    ActorInject
  31. def injectActor(create: ⇒ Actor)(implicit factory: ActorRefFactory): ActorRef

    Permalink
    Attributes
    protected
    Definition Classes
    ActorInject
  32. def injectActor[A <: Actor](name: String)(implicit factory: ActorRefFactory, tag: ClassTag[A]): ActorRef

    Permalink
    Attributes
    protected
    Definition Classes
    ActorInject
  33. def injectActor[A <: Actor](implicit factory: ActorRefFactory, tag: ClassTag[A]): ActorRef

    Permalink
    Attributes
    protected
    Definition Classes
    ActorInject
  34. def injectTopActor[A <: Actor](name: String)(implicit tag: ClassTag[A]): ActorRef

    Permalink
    Attributes
    protected
    Definition Classes
    ActorInject
  35. def injectTopActor[A <: Actor](implicit tag: ClassTag[A]): ActorRef

    Permalink
    Attributes
    protected
    Definition Classes
    ActorInject
  36. def injector: Injector

    Permalink
    Attributes
    protected
    Definition Classes
    WorkerFSM → ActorInject
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. final def isTimerActive(name: String): Boolean

    Permalink
    Definition Classes
    FSM
  39. val jarLoadingActor: ActorRef

    Permalink
  40. def listenerManagement: akka.actor.Actor.Receive

    Permalink
    Attributes
    protected
    Definition Classes
    Listeners
  41. val listeners: Set[ActorRef]

    Permalink
    Attributes
    protected
    Definition Classes
    Listeners
  42. def log: LoggingAdapter

    Permalink
    Definition Classes
    ActorLogging
  43. def logDepth: Int

    Permalink
    Definition Classes
    WorkerFSM → LoggingFSM
  44. def logTermination(reason: Reason): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FSM
  45. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. final def nextStateData: CommanderState

    Permalink
    Definition Classes
    FSM
  47. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  49. final def onTermination(terminationHandler: PartialFunction[StopEvent, Unit]): Unit

    Permalink
    Definition Classes
    FSM
  50. final def onTransition(transitionHandler: TransitionHandler): Unit

    Permalink
    Definition Classes
    FSM
  51. def postRestart(reason: Throwable): Unit

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

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

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

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  55. def receive: Receive

    Permalink
    Definition Classes
    FSM → Actor
  56. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  57. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  58. final def setStateTimeout(state: WorkerState, timeout: Timeout): Unit

    Permalink
    Definition Classes
    FSM
  59. final def setTimer(name: String, msg: Any, timeout: FiniteDuration, repeat: Boolean): Unit

    Permalink
    Definition Classes
    FSM
  60. def startPollingForWork(): Unit

    Permalink
  61. final def startWith(stateName: WorkerState, stateData: CommanderState, timeout: Timeout): Unit

    Permalink
    Definition Classes
    FSM
  62. final def stateData: CommanderState

    Permalink
    Definition Classes
    FSM
  63. final def stateName: WorkerState

    Permalink
    Definition Classes
    FSM
  64. final def stay(): State

    Permalink
    Definition Classes
    FSM
  65. final def stop(reason: Reason, stateData: CommanderState): State

    Permalink
    Definition Classes
    FSM
  66. final def stop(reason: Reason): State

    Permalink
    Definition Classes
    FSM
  67. final def stop(): State

    Permalink
    Definition Classes
    FSM
  68. def stopPollingForWork(): Unit

    Permalink
  69. def supervisorStrategy: SupervisorStrategy

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  72. implicit final def total2pf(transitionHandler: (WorkerState, WorkerState) ⇒ Unit): TransitionHandler

    Permalink
    Definition Classes
    FSM
  73. final def transform(func: StateFunction): TransformHelper

    Permalink
    Definition Classes
    FSM
  74. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  75. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def when(stateName: WorkerState, stateTimeout: FiniteDuration)(stateFunction: StateFunction): Unit

    Permalink
    Definition Classes
    FSM
  79. final def whenUnhandled(stateFunction: StateFunction): Unit

    Permalink
    Definition Classes
    FSM

Inherited from ActorInject

Inherited from LoggingFSM[WorkerState, CommanderState]

Inherited from FSM[WorkerState, CommanderState]

Inherited from ActorLogging

Inherited from Listeners

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped