Package

akka.persistence

cassandra

Permalink

package cassandra

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. cassandra
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class CassandraPluginConfig extends AnyRef

    Permalink
  2. case class StorePathPasswordConfig(path: String, password: String) extends Product with Serializable

    Permalink

Value Members

  1. object CassandraPluginConfig

    Permalink
  2. package compaction

    Permalink
  3. package journal

    Permalink
  4. implicit def listenableFutureToFuture[A](lf: ListenableFuture[A])(implicit executionContext: ExecutionContext): Future[A]

    Permalink
  5. package query

    Permalink
  6. def retry[T](n: Int, delay: Long)(fn: ⇒ T): T

    Permalink
    Annotations
    @tailrec()
  7. def retry[T](n: Int)(fn: ⇒ T): T

    Permalink
  8. package snapshot

    Permalink
  9. package testkit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped