Class

org.nlp4l.framework.dao

JobDAO

Related Doc: package dao

Permalink

class JobDAO extends HasDatabaseConfigProvider[JdbcProfile]

Linear Supertypes
HasDatabaseConfigProvider[JdbcProfile], HasDatabaseConfig[JdbcProfile], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JobDAO
  2. HasDatabaseConfigProvider
  3. HasDatabaseConfig
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JobDAO(dbConfigProvider: DatabaseConfigProvider)

    Permalink
    Annotations
    @Inject()

Type Members

  1. class JobTable extends slick.driver.JdbcProfile.API.Table[Job]

    Permalink

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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def count(): Int

    Permalink
  7. def createReplayTable(jobId: Int): Future[Int]

    Permalink
  8. final def db: Database

    Permalink
    Attributes
    protected
    Definition Classes
    HasDatabaseConfig
  9. final val dbConfig: DatabaseConfig[JdbcProfile]

    Permalink
    Attributes
    protected
    Definition Classes
    HasDatabaseConfigProvider → HasDatabaseConfig
  10. val dbConfigProvider: DatabaseConfigProvider

    Permalink
    Attributes
    protected
    Definition Classes
    JobDAO → HasDatabaseConfigProvider
  11. def delete(jobId: Int): Future[Int]

    Permalink
  12. def deleteOldReplay(jobId: Int, runId: Int, hashcode: Int): Future[Int]

    Permalink
  13. def deleteReplayTable(jobId: Int, runId: Int): Future[Int]

    Permalink
  14. final lazy val driver: JdbcProfile

    Permalink
    Attributes
    protected
    Definition Classes
    HasDatabaseConfig
  15. def dropReplayTable(jobId: Int): Future[Int]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def fetch(sort: String, order: String, offset: Int = 0, size: Int = 10): Future[Seq[Job]]

    Permalink
  19. def fetchAll(): Future[Seq[Job]]

    Permalink
  20. def fetchRecordByHashcode(jobId: Int, runId: Int, hashcode: Int): Option[Record]

    Permalink
  21. def fetchReplayOfAdd(jobId: Int): List[(Int, Int)]

    Permalink
  22. def fetchReplayOfDel(jobId: Int): List[Int]

    Permalink
  23. def fetchReplayOfMod(jobId: Int): List[(Int, Int, Int)]

    Permalink
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def get(jobId: Int): Future[Job]

    Permalink
  26. final def getClass(): Class[_]

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

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

    Permalink
  29. def insert(job: Job): Future[Job]

    Permalink
  30. def insertReplay(jobId: Int, r: Replay): Future[Int]

    Permalink
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. val jobs: TableQuery[JobTable]

    Permalink
  33. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  36. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def update(job: Job): Future[Int]

    Permalink
  39. final def wait(): Unit

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

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

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

Inherited from HasDatabaseConfigProvider[JdbcProfile]

Inherited from HasDatabaseConfig[JdbcProfile]

Inherited from AnyRef

Inherited from Any

Ungrouped