Class

no.nextgentel.oss.akkatools.persistence.jdbcjournal

StorageRepoImpl

Related Doc: package jdbcjournal

Permalink

class StorageRepoImpl extends StorageRepo with ClusterNodeRepo

Linear Supertypes
ClusterNodeRepo, StorageRepo, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StorageRepoImpl
  2. ClusterNodeRepo
  3. StorageRepo
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StorageRepoImpl(sql2o: Sql2o, schemaName: String, errorHandler: JdbcJournalErrorHandler)

    Permalink
  2. new StorageRepoImpl(sql2o: Sql2o, schemaName: Option[String], errorHandler: JdbcJournalErrorHandler)

    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 deleteJournalEntryTo(persistenceId: PersistenceId, toSequenceNr: Long): Unit

    Permalink
    Definition Classes
    StorageRepoImplStorageRepo
  7. def deleteSnapshot(persistenceId: String, sequenceNr: Long, timestamp: Long): Unit

    Permalink
    Definition Classes
    StorageRepoImplStorageRepo
  8. def deleteSnapshotsMatching(persistenceId: String, maxSequenceNr: Long, maxTimestamp: Long): Unit

    Permalink
    Definition Classes
    StorageRepoImplStorageRepo
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def findAliveClusterNodes(clusterNodesAliveSinceCheck: FiniteDuration): List[String]

    Permalink
    Definition Classes
    StorageRepoImpl → ClusterNodeRepo
  13. def findHighestSequenceNr(persistenceId: PersistenceId, fromSequenceNr: Long): Long

    Permalink
    Definition Classes
    StorageRepoImplStorageRepo
  14. def findSnapshotEntry(persistenceId: String, maxSequenceNr: Long, maxTimestamp: Long): Option[SnapshotEntry]

    Permalink
    Definition Classes
    StorageRepoImplStorageRepo
  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def insertPersistentReprList(dtoList: Seq[JournalEntryDto]): Unit

    Permalink
    Definition Classes
    StorageRepoImplStorageRepo
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def loadJournalEntries(persistenceId: PersistenceId, fromSequenceNr: Long, toSequenceNr: Long, max: Long): List[JournalEntryDto]

    Permalink
    Definition Classes
    StorageRepoImplStorageRepo
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def removeClusterNodeAlive(nodeName: String): Unit

    Permalink
    Definition Classes
    StorageRepoImpl → ClusterNodeRepo
  24. lazy val schemaPrefix: String

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def writeClusterNodeAlive(nodeName: String, timestamp: OffsetDateTime): Unit

    Permalink
    Definition Classes
    StorageRepoImpl → ClusterNodeRepo
  31. def writeSnapshot(e: SnapshotEntry): Unit

    Permalink
    Definition Classes
    StorageRepoImplStorageRepo

Inherited from ClusterNodeRepo

Inherited from StorageRepo

Inherited from AnyRef

Inherited from Any

Ungrouped