Trait

org.freetrm.eventstore.db

DBWriter

Related Doc: package db

Permalink

trait DBWriter extends EventSourceWriter with Log

Self Type
DBWriter with JdbcProfile
Linear Supertypes
Log, EventSourceWriter, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DBWriter
  2. Log
  3. EventSourceWriter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def db: DatabaseDef

    Permalink
    Attributes
    protected
  2. abstract val system: ActorSystem

    Permalink
    Attributes
    protected
  3. abstract val topicInfoActor: Option[ActorRef]

    Permalink
    Attributes
    protected

Concrete 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. implicit val askTimeout: Timeout

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Permalink
    Definition Classes
    DBWriter → EventSourceWriter
  8. def dropAndRecreate(): Future[Boolean]

    Permalink
  9. def endTransaction(version: EventVersionPair, topic: Topic): Future[EventVersionPair]

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  16. val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Log
  17. def maxSeqNo(topic: Topic): Option[Long]

    Permalink
  18. def maxTxnNo(topic: Topic): Option[Long]

    Permalink
  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. def produce(version: EventVersionPair, topic: Topic, key: String, contentHash: String, message: String): Future[EventVersionPair]

    Permalink
  23. def start(): Future[Unit]

    Permalink
  24. def startTransaction(version: EventVersionPair, topic: Topic): Future[EventVersionPair]

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

    Permalink
    Definition Classes
    AnyRef
  26. val tables: Tables

    Permalink
    Attributes
    protected
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. def versionInfo(topic: Topic): Option[EventVersionPair]

    Permalink
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def write(topic: Topic, event: Event): Future[EventVersionPair]

    Permalink
    Definition Classes
    DBWriter → EventSourceWriter

Inherited from Log

Inherited from EventSourceWriter

Inherited from AnyRef

Inherited from Any

Ungrouped