Packages

class CassandraWriteSettings extends AnyRef

Source
CassandraWriteSettings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CassandraWriteSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val batchType: BatchType
  2. val maxBatchSize: Int
  3. val maxBatchWait: FiniteDuration
  4. val parallelism: Int
  5. def toString(): String
    Definition Classes
    CassandraWriteSettings → AnyRef → Any
  6. def withBatchType(value: BatchType): CassandraWriteSettings
  7. def withMaxBatchSize(maxBatchSize: Int): CassandraWriteSettings

    Batch size for CassandraFlow.createUnloggedBatch.

  8. def withMaxBatchWait(maxBatchWait: Duration): CassandraWriteSettings

    Java API: Batch grouping time for CassandraFlow.createUnloggedBatch.

  9. def withMaxBatchWait(maxBatchWait: FiniteDuration): CassandraWriteSettings

    Batch grouping time for CassandraFlow.createUnloggedBatch.

  10. def withParallelism(value: Int): CassandraWriteSettings

    WARNING: setting a write parallelism other than 1 will lead to out-of-order updates