Class

org.ada.server.services.importers

DataSetImportSchedulerImpl

Related Doc: package importers

Permalink

class DataSetImportSchedulerImpl extends InputExecSchedulerImpl[DataSetImport, BSONObjectID]

Attributes
protected[org.ada.server.services]
Linear Supertypes
InputExecSchedulerImpl[DataSetImport, BSONObjectID], SchedulerImpl[DataSetImport, BSONObjectID], Scheduler[DataSetImport, BSONObjectID], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataSetImportSchedulerImpl
  2. InputExecSchedulerImpl
  3. SchedulerImpl
  4. Scheduler
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DataSetImportSchedulerImpl(system: ActorSystem, repo: DataSetImportRepo, inputExec: InputExec[DataSetImport])(implicit ec: ExecutionContext)

    Permalink
    Annotations
    @Inject()

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 def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def cancel(id: BSONObjectID): Unit

    Permalink
    Definition Classes
    SchedulerImplScheduler
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def exec(item: DataSetImport): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    InputExecSchedulerImplSchedulerImpl
  10. def execById(id: BSONObjectID): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    SchedulerImpl
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def formatId(id: BSONObjectID): String

    Permalink
    Attributes
    protected
    Definition Classes
    DataSetImportSchedulerImplSchedulerImpl
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def init: Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    SchedulerImpl
  16. val inputExec: InputExec[DataSetImport]

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val logger: Logger.type

    Permalink
    Attributes
    protected
    Definition Classes
    SchedulerImpl
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. val repo: DataSetImportRepo

    Permalink
  23. def schedule(scheduledTime: ScheduledTime)(id: BSONObjectID): Unit

    Permalink
    Definition Classes
    SchedulerImplScheduler
  24. def schedule(initialDelay: FiniteDuration, interval: FiniteDuration)(id: BSONObjectID): Unit

    Permalink
    Definition Classes
    SchedulerImplScheduler
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. val system: ActorSystem

    Permalink
  27. def toString(): String

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

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

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

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

Inherited from InputExecSchedulerImpl[DataSetImport, BSONObjectID]

Inherited from SchedulerImpl[DataSetImport, BSONObjectID]

Inherited from Scheduler[DataSetImport, BSONObjectID]

Inherited from AnyRef

Inherited from Any

Ungrouped