final class R2dbcSettings extends AnyRef
INTERNAL API
- Annotations
- @InternalStableApi()
- Alphabetic
- By Inheritance
- R2dbcSettings
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cleanupSettings: CleanupSettings
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- 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.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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. - def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- 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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- R2dbcSettings → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
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 finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- 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)