c
org.apache.pekko.stream.connectors.cassandra
CassandraWriteSettings
Companion object CassandraWriteSettings
class CassandraWriteSettings extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CassandraWriteSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val batchType: BatchType
- val maxBatchSize: Int
- val maxBatchWait: FiniteDuration
- val parallelism: Int
- def toString(): String
- Definition Classes
- CassandraWriteSettings → AnyRef → Any
- def withBatchType(value: BatchType): CassandraWriteSettings
- def withMaxBatchSize(maxBatchSize: Int): CassandraWriteSettings
Batch size for
CassandraFlow.createUnloggedBatch
. - def withMaxBatchWait(maxBatchWait: Duration): CassandraWriteSettings
Java API: Batch grouping time for
CassandraFlow.createUnloggedBatch
. - def withMaxBatchWait(maxBatchWait: FiniteDuration): CassandraWriteSettings
Batch grouping time for
CassandraFlow.createUnloggedBatch
. - def withParallelism(value: Int): CassandraWriteSettings
WARNING: setting a write parallelism other than 1 will lead to out-of-order updates