Package

akka.persistence.cassandra

journal

Permalink

package journal

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

Type Members

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

    Permalink

    Journal implementation of the cassandra plugin.

    Journal implementation of the cassandra plugin. Inheritance is possible but without any guarantees for future source compatibility.

    Annotations
    @DoNotInherit()
  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
  2. def partitionNr(sequenceNr: Long, partitionSize: Long): Long

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped