Package

akka.persistence.cassandra

journal

Permalink

package journal

Visibility
  1. Public
  2. All

Type Members

  1. class CassandraJournal extends AsyncWriteJournal with CassandraRecovery with CassandraStatements

    Permalink
  2. class CassandraJournalConfig extends CassandraPluginConfig

    Permalink
  3. trait CassandraRecovery extends ActorLogging

    Permalink
  4. trait CassandraStatements extends AnyRef

    Permalink
  5. 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/

Value Members

  1. object CassandraJournalConfig

    Permalink

Ungrouped