Class

com.arpnetworking.metrics.portal.scheduling

JobCoordinator

Related Doc: package scheduling

Permalink

final class JobCoordinator[T] extends AbstractPersistentActorWithTimers

Linear Supertypes
AbstractPersistentActorWithTimers, AbstractPersistentActorLike, Eventsourced, PersistenceRecovery, PersistenceIdentity, PersistenceStash, StashFactory, Stash, RequiresMessageQueue[DequeBasedMessageQueueSemantics], UnrestrictedStash, StashSupport, Snapshotter, Timers, AbstractActor, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JobCoordinator
  2. AbstractPersistentActorWithTimers
  3. AbstractPersistentActorLike
  4. Eventsourced
  5. PersistenceRecovery
  6. PersistenceIdentity
  7. PersistenceStash
  8. StashFactory
  9. Stash
  10. RequiresMessageQueue
  11. UnrestrictedStash
  12. StashSupport
  13. Snapshotter
  14. Timers
  15. AbstractActor
  16. Actor
  17. AnyRef
  18. 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
    Eventsourced → Actor
  5. def aroundPostStop(): scala.Unit

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

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

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Eventsourced → Actor
  8. def aroundReceive(receive: Receive, message: Any): scala.Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Eventsourced → 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
    JobCoordinator → AbstractPersistentActorLike → AbstractActor
  13. def createReceiveRecover(): Receive

    Permalink
    Definition Classes
    JobCoordinator → AbstractPersistentActorLike
  14. def defer[A](event: A)(handler: Procedure[A]): scala.Unit

    Permalink
    Definition Classes
    AbstractPersistentActorLike
  15. def deferAsync[A](event: A)(handler: Procedure[A]): scala.Unit

    Permalink
    Definition Classes
    AbstractPersistentActorLike
  16. def deleteMessages(toSequenceNr: Long): scala.Unit

    Permalink
    Definition Classes
    Eventsourced
  17. def deleteSnapshot(sequenceNr: Long): scala.Unit

    Permalink
    Definition Classes
    Snapshotter
  18. def deleteSnapshots(criteria: SnapshotSelectionCriteria): scala.Unit

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AbstractActor
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. def internalStashOverflowStrategy: StashOverflowStrategy

    Permalink
    Definition Classes
    PersistenceStash
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def journalPluginId: String

    Permalink
    Definition Classes
    PersistenceIdentity
  30. def lastSequenceNr: Long

    Permalink
    Definition Classes
    Eventsourced
  31. def loadSnapshot(persistenceId: String, criteria: SnapshotSelectionCriteria, toSequenceNr: Long): scala.Unit

    Permalink
    Definition Classes
    Snapshotter
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def onPersistFailure(cause: Throwable, event: Any, seqNr: Long): scala.Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Eventsourced
  36. def onPersistRejected(cause: Throwable, event: Any, seqNr: Long): scala.Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Eventsourced
  37. def onRecoveryFailure(cause: Throwable, event: Option[Any]): scala.Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Eventsourced
  38. def persist[A](event: A, handler: Procedure[A]): scala.Unit

    Permalink
    Definition Classes
    AbstractPersistentActorLike
  39. def persistAll[A](events: Iterable[A], handler: Procedure[A]): scala.Unit

    Permalink
    Definition Classes
    AbstractPersistentActorLike
  40. def persistAllAsync[A](events: Iterable[A], handler: Procedure[A]): scala.Unit

    Permalink
    Definition Classes
    AbstractPersistentActorLike
  41. def persistAsync[A](event: A, handler: Procedure[A]): scala.Unit

    Permalink
    Definition Classes
    AbstractPersistentActorLike
  42. def persistenceId(): String

    Permalink
    Definition Classes
    JobCoordinator → PersistenceIdentity
  43. def postRestart(reason: Throwable): scala.Unit

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

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

    Permalink
    Definition Classes
    UnrestrictedStash → Actor
  46. def preRestart(reason: Throwable, message: Optional[Any]): scala.Unit

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

    Permalink
    Definition Classes
    JobCoordinator → AbstractActor → Actor
  48. def receive: PartialFunction[Any, scala.Unit]

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

    Permalink
    Definition Classes
    AbstractActor
  50. final def receiveCommand: Receive

    Permalink
    Definition Classes
    AbstractPersistentActorLike → Eventsourced
  51. final def receiveRecover: Receive

    Permalink
    Definition Classes
    AbstractPersistentActorLike → Eventsourced
  52. def recovery: Recovery

    Permalink
    Definition Classes
    PersistenceRecovery
  53. def recoveryFinished: Boolean

    Permalink
    Definition Classes
    Eventsourced
  54. def recoveryRunning: Boolean

    Permalink
    Definition Classes
    Eventsourced
  55. def saveSnapshot(snapshot: Any): scala.Unit

    Permalink
    Definition Classes
    Snapshotter
  56. implicit final val self: ActorRef

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

    Permalink
    Definition Classes
    Actor
  58. def snapshotPluginId: String

    Permalink
    Definition Classes
    PersistenceIdentity
  59. def snapshotSequenceNr: Long

    Permalink
    Definition Classes
    Eventsourced → Snapshotter
  60. def snapshotterId: String

    Permalink
    Definition Classes
    Eventsourced → Snapshotter
  61. def stash(): scala.Unit

    Permalink
    Definition Classes
    Eventsourced → StashSupport
  62. def supervisorStrategy: SupervisorStrategy

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

    Permalink
    Definition Classes
    AnyRef
  64. final def timers: TimerScheduler

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

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

    Permalink
    Definition Classes
    Eventsourced → Actor
  67. def unstashAll(): scala.Unit

    Permalink
    Definition Classes
    Eventsourced → StashSupport
  68. final def wait(): scala.Unit

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

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

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

Inherited from AbstractPersistentActorWithTimers

Inherited from AbstractPersistentActorLike

Inherited from Eventsourced

Inherited from PersistenceRecovery

Inherited from PersistenceIdentity

Inherited from PersistenceStash

Inherited from StashFactory

Inherited from Stash

Inherited from RequiresMessageQueue[DequeBasedMessageQueueSemantics]

Inherited from UnrestrictedStash

Inherited from StashSupport

Inherited from Snapshotter

Inherited from Timers

Inherited from AbstractActor

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped