Package

io.quckoo.cluster

scheduler

Permalink

package scheduler

Created by aalonsodominguez on 17/08/15.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scheduler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ExecutionDriver extends PersistentActor with ActorLogging

    Permalink
  2. class ExecutionLifecycle extends PersistentFSM[Phase, ExecutionState, ExecutionEvent] with LoggingPersistentFSM[Phase, ExecutionState, ExecutionEvent]

    Permalink
  3. class Scheduler extends Actor with ActorLogging with Stash

    Permalink
  4. class SchedulerEventPublisher extends PubSubSubscribedEventPublisher[SchedulerEvent]

    Permalink
  5. trait SchedulerHttpRouter extends UpickleSupport with EventStreamMarshalling

    Permalink

    Created by domingueza on 21/03/16.

  6. trait SchedulerStreams extends AnyRef

    Permalink

    Created by alonsodomin on 01/04/2016.

  7. class SchedulerTagEventAdapter extends WriteEventAdapter with Logging

    Permalink

    Created by alonsodomin on 13/03/2016.

  8. class TaskQueue extends Actor with ActorLogging

    Permalink
  9. class TaskQueueMonitor extends Actor with ActorLogging with Stash

    Permalink
  10. type TaskResult = Either[Faults, Any]

    Permalink

Value Members

  1. object ExecutionDriver

    Permalink

    Created by aalonsodominguez on 16/08/15.

  2. object ExecutionLifecycle

    Permalink

    Created by aalonsodominguez on 17/08/15.

  3. object Scheduler

    Permalink

    Created by aalonsodominguez on 16/08/15.

  4. object SchedulerEventPublisher

    Permalink

    Created by alonsodomin on 11/07/2016.

  5. object SchedulerTagEventAdapter

    Permalink
  6. object TaskQueue

    Permalink

    Created by aalonsodominguez on 16/08/15.

  7. object TaskQueueMonitor

    Permalink

    Created by alonsodomin on 12/04/2016.

Inherited from AnyRef

Inherited from Any

Ungrouped