Class/Object

repos.inmem

InMemDb

Related Docs: object InMemDb | package inmem

Permalink

class InMemDb extends Database

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

Instance Constructors

  1. new InMemDb()

    Permalink

Type Members

  1. sealed trait Context extends AnyRef

    Permalink
    Definition Classes
    Database
  2. class DatabaseActionContext extends Context

    Permalink
    Definition Classes
    Database
  3. class StreamingDatabaseActionContext[R] extends Context

    Permalink
    Definition Classes
    Database

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. object Context

    Permalink
    Definition Classes
    Database
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createRepos(repo: Seq[Repo[_, _]]): Unit

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  17. def run[S <: NoStream, R](a: Action[S, R])(implicit ec: ExecutionContext): Future[R]

    Permalink
    Definition Classes
    Database
  18. def runInContext[S <: NoStream, R](a: Action[S, R], ctx: Context)(implicit ec: ExecutionContext): Future[R]

    Permalink
    Definition Classes
    Database
  19. def runRepoAction[S <: NoStream, Id, M, R](a: RepoAction[S, Id, M, R], ctx: Context)(implicit ec: ExecutionContext): Future[R]

    Permalink
    Definition Classes
    InMemDbDatabase
  20. def scannerFindLastPk[Id, M](jobName: String, repo: Repo[Id, M]): Future[Option[Long]]

    Permalink

    Finds the last pk the scanner has checkpointed for (jobName, repo)

    Finds the last pk the scanner has checkpointed for (jobName, repo)

    Definition Classes
    InMemDbDatabase
  21. def scannerUpdateCheckpoint[Id, M](jobName: String, repo: Repo[Id, M], lastPk: Long): Future[Unit]

    Permalink

    Update the last pk the scanner has reached.

    Update the last pk the scanner has reached.

    Definition Classes
    InMemDbDatabase
  22. def stream[A, R](a: Action[Streaming[R], A])(implicit ec: ExecutionContext): RepoPublisher[R]

    Permalink
    Definition Classes
    Database
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from Database

Inherited from AnyRef

Inherited from Any

Ungrouped