final class R2dbcSettings extends AnyRef
INTERNAL API
- Annotations
- @InternalStableApi()
- Alphabetic
- By Inheritance
- R2dbcSettings
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- val cleanupSettings: CleanupSettings
- val connectionFactorSliceRanges: IndexedSeq[Range]
- val dataPartitionSliceRanges: IndexedSeq[Range]
- val dbTimestampMonotonicIncreasing: Boolean
- def dialectName: String
One of the supported dialects 'postgres', 'yugabyte', 'sqlserver' or 'h2'
- val durableStateAssertSingleWriter: Boolean
- val durableStateTable: String
- def durableStateTableWithSchema(slice: Int): String
The durable state table and schema name with data partition suffix for the given slice.
The durable state table and schema name with data partition suffix for the given slice. When number-of-partitions is 1 the table name is without suffix.
- def getDurableStateTable(entityType: String): String
- def getDurableStateTableWithSchema(entityType: String, slice: Int): String
The durable state table and schema name for the
entityType
with data partition suffix for the given slice.The durable state table and schema name for the
entityType
with data partition suffix for the given slice. When number-of-partitions is 1 the table name is without suffix. - val journalPublishEvents: Boolean
- val journalTable: String
- def journalTableWithSchema(slice: Int): String
The journal table and schema name with data partition suffix for the given slice.
The journal table and schema name with data partition suffix for the given slice. When number-of-partitions is 1 the table name is without suffix.
- val logDbCallsExceeding: FiniteDuration
- val numberOfDataPartitions: Int
- val numberOfDatabases: Int
- val querySettings: QuerySettings
- val schema: Option[String]
- def snapshotTableWithSchema(slice: Int): String
The snapshot table and schema name with data partition suffix for the given slice.
The snapshot table and schema name with data partition suffix for the given slice. When number-of-partitions is 1 the table name is without suffix.
- val snapshotsTable: String
- def toString(): String
- Definition Classes
- R2dbcSettings → AnyRef → Any
Deprecated Value Members
- val durableStateTableWithSchema: String
The durable state table and schema name without data partition suffix.
The durable state table and schema name without data partition suffix.
- Annotations
- @deprecated
- Deprecated
(Since version 1.2.2) Use durableStateTableWithSchema(slice)
- def getDurableStateTableWithSchema(entityType: String): String
The durable state table and schema name for the
entityType
without data partition suffix.The durable state table and schema name for the
entityType
without data partition suffix.- Annotations
- @deprecated
- Deprecated
(Since version 1.2.2) Use getDurableStateTableWithSchema(entityType, slice)
- val journalTableWithSchema: String
The journal table and schema name without data partition suffix.
The journal table and schema name without data partition suffix.
- Annotations
- @deprecated
- Deprecated
(Since version 1.2.2) Use journalTableWithSchema(slice)
- val snapshotsTableWithSchema: String
The snapshot table and schema name without data partition suffix.
The snapshot table and schema name without data partition suffix.
- Annotations
- @deprecated
- Deprecated
(Since version 1.2.2) Use snapshotTableWithSchema(slice)