Class

com.arpnetworking.metrics.portal.scheduling

JobExecutorActor

Related Doc: package scheduling

Permalink

final class JobExecutorActor[T] extends AbstractActorWithTimers

Linear Supertypes
AbstractActorWithTimers, Timers, AbstractActor, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JobExecutorActor
  2. AbstractActorWithTimers
  3. Timers
  4. AbstractActor
  5. Actor
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Receive = PartialFunction[Any, scala.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. def aroundPostRestart(reason: Throwable): scala.Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  5. def aroundPostStop(): scala.Unit

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

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Timers → Actor
  7. def aroundPreStart(): scala.Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  8. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): scala.Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Timers → Actor
  9. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    Actor
  12. def createReceive(): Receive

    Permalink
    Definition Classes
    JobExecutorActor → AbstractActor
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getContext(): ActorContext

    Permalink
    Definition Classes
    AbstractActor
  18. def getSelf(): ActorRef

    Permalink
    Definition Classes
    AbstractActor
  19. def getSender(): ActorRef

    Permalink
    Definition Classes
    AbstractActor
  20. final def getTimers: TimerScheduler

    Permalink
    Definition Classes
    AbstractActorWithTimers
  21. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def postRestart(reason: Throwable): scala.Unit

    Permalink
    Definition Classes
    JobExecutorActor → AbstractActor → Actor
  27. def postStop(): scala.Unit

    Permalink
    Definition Classes
    AbstractActor → Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  28. def preRestart(reason: Throwable, message: Optional[Any]): scala.Unit

    Permalink
    Definition Classes
    AbstractActor
    Annotations
    @throws( classOf[java.lang.Exception] )
  29. def preStart(): scala.Unit

    Permalink
    Definition Classes
    AbstractActor → Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  30. def receive: PartialFunction[Any, scala.Unit]

    Permalink
    Definition Classes
    AbstractActor → Actor
  31. final def receiveBuilder(): ReceiveBuilder

    Permalink
    Definition Classes
    AbstractActor
  32. implicit final val self: ActorRef

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

    Permalink
    Definition Classes
    Actor
  34. def supervisorStrategy: SupervisorStrategy

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

    Permalink
    Definition Classes
    AnyRef
  36. final def timers: TimerScheduler

    Permalink
    Definition Classes
    Timers
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. def unhandled(message: Any): scala.Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def preRestart(reason: Throwable, message: Option[Any]): scala.Unit

    Permalink
    Definition Classes
    AbstractActor → Actor
    Annotations
    @deprecated @throws( classOf[java.lang.Exception] )
    Deprecated

    (Since version 2.5.0) Override preRestart with message parameter with Optional type instead

Inherited from AbstractActorWithTimers

Inherited from Timers

Inherited from AbstractActor

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped