Packages

final class R2dbcSettings extends AnyRef

INTERNAL API

Annotations
@InternalStableApi()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. R2dbcSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val cleanupSettings: CleanupSettings
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. val connectionFactorSliceRanges: IndexedSeq[Range]
  8. val dataPartitionSliceRanges: IndexedSeq[Range]
  9. val dbTimestampMonotonicIncreasing: Boolean
  10. def dialectName: String

    One of the supported dialects 'postgres', 'yugabyte', 'sqlserver' or 'h2'

  11. val durableStateAssertSingleWriter: Boolean
  12. val durableStateTable: String
  13. 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.

  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. def getDurableStateTable(entityType: String): String
  18. 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.

  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val journalPublishEvents: Boolean
  22. val journalTable: String
  23. 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.

  24. val logDbCallsExceeding: FiniteDuration
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. val numberOfDataPartitions: Int
  29. val numberOfDatabases: Int
  30. val querySettings: QuerySettings
  31. val schema: Option[String]
  32. 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.

  33. val snapshotsTable: String
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    R2dbcSettings → AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. 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)

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  3. 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)

  4. 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)

  5. 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)

Inherited from AnyRef

Inherited from Any

Ungrouped