Package

akka.persistence.cassandra

journal

Permalink

package journal

Visibility
  1. Public
  2. All

Type Members

  1. class CassandraJournal extends AsyncWriteJournal with CassandraRecovery with CassandraStatements with NoSerializationVerificationNeeded

    Permalink
  2. class CassandraJournalConfig extends CassandraPluginConfig with NoSerializationVerificationNeeded

    Permalink
  3. trait CassandraRecovery extends CassandraTagRecovery with TaggedPreparedStatements

    Permalink
  4. trait CassandraStatements extends AnyRef

    Permalink
  5. trait CassandraTagRecovery extends AnyRef

    Permalink
  6. class FixedRetryPolicy extends RetryPolicy

    Permalink

    The retry policy that is used for reads, writes and deletes with configured number of retries before giving up.

    The retry policy that is used for reads, writes and deletes with configured number of retries before giving up. See http://docs.datastax.com/en/developer/java-driver/3.1/manual/retries/

  7. case class TableSettings(name: String, compactionStrategy: CassandraCompactionStrategy, gcGraceSeconds: Long, ttl: Option[Duration]) extends Product with Serializable

    Permalink
  8. trait TaggedPreparedStatements extends CassandraStatements

    Permalink

Value Members

  1. object CassandraJournalConfig

    Permalink

Ungrouped