final class TuningParameters extends AnyRef

Source
ClusterShardingSettings.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TuningParameters
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TuningParameters(classic: ClusterShardingSettings.TuningParameters)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from TuningParameters toany2stringadd[TuningParameters] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TuningParameters, B)
    Implicit
    This member is added by an implicit conversion from TuningParameters toArrowAssoc[TuningParameters] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bufferSize: Int
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  9. val coordinatorFailureBackoff: FiniteDuration
  10. val coordinatorStateReadMajorityPlus: Int
  11. val coordinatorStateWriteMajorityPlus: Int
  12. def ensuring(cond: (TuningParameters) => Boolean, msg: => Any): TuningParameters
    Implicit
    This member is added by an implicit conversion from TuningParameters toEnsuring[TuningParameters] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (TuningParameters) => Boolean): TuningParameters
    Implicit
    This member is added by an implicit conversion from TuningParameters toEnsuring[TuningParameters] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: => Any): TuningParameters
    Implicit
    This member is added by an implicit conversion from TuningParameters toEnsuring[TuningParameters] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): TuningParameters
    Implicit
    This member is added by an implicit conversion from TuningParameters toEnsuring[TuningParameters] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. val entityRecoveryConstantRateStrategyFrequency: FiniteDuration
  17. val entityRecoveryConstantRateStrategyNumberOfEntities: Int
  18. val entityRecoveryStrategy: String
  19. val entityRestartBackoff: FiniteDuration
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. val handOffTimeout: FiniteDuration
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val keepNrOfBatches: Int
  27. val leastShardAllocationAbsoluteLimit: Int
  28. val leastShardAllocationMaxSimultaneousRebalance: Int
  29. val leastShardAllocationRebalanceThreshold: Int
  30. val leastShardAllocationRelativeLimit: Double
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  34. val rebalanceInterval: FiniteDuration
  35. val retryInterval: FiniteDuration
  36. val shardFailureBackoff: FiniteDuration
  37. val shardStartTimeout: FiniteDuration
  38. val snapshotAfter: Int
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    TuningParameters → AnyRef → Any
  41. val updatingStateTimeout: FiniteDuration
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. val waitingForStateTimeout: FiniteDuration
  46. def withBufferSize(value: Int): TuningParameters
  47. def withCoordinatorFailureBackoff(value: Duration): TuningParameters
  48. def withCoordinatorFailureBackoff(value: FiniteDuration): TuningParameters
  49. def withCoordinatorStateReadMajorityPlus(value: Int): TuningParameters
  50. def withCoordinatorStateWriteMajorityPlus(value: Int): TuningParameters
  51. def withEntityRecoveryConstantRateStrategyFrequency(value: Duration): TuningParameters
  52. def withEntityRecoveryConstantRateStrategyFrequency(value: FiniteDuration): TuningParameters
  53. def withEntityRecoveryConstantRateStrategyNumberOfEntities(value: Int): TuningParameters
  54. def withEntityRecoveryStrategy(value: String): TuningParameters
  55. def withEntityRestartBackoff(value: Duration): TuningParameters
  56. def withEntityRestartBackoff(value: FiniteDuration): TuningParameters
  57. def withHandOffTimeout(value: Duration): TuningParameters
  58. def withHandOffTimeout(value: FiniteDuration): TuningParameters
  59. def withKeepNrOfBatches(value: Int): TuningParameters
  60. def withLeastShardAllocationAbsoluteLimit(value: Int): TuningParameters
  61. def withLeastShardAllocationMaxSimultaneousRebalance(value: Int): TuningParameters
  62. def withLeastShardAllocationRebalanceThreshold(value: Int): TuningParameters
  63. def withLeastShardAllocationRelativeLimit(value: Double): TuningParameters
  64. def withRebalanceInterval(value: Duration): TuningParameters
  65. def withRebalanceInterval(value: FiniteDuration): TuningParameters
  66. def withRetryInterval(value: Duration): TuningParameters
  67. def withRetryInterval(value: FiniteDuration): TuningParameters
  68. def withShardFailureBackoff(value: Duration): TuningParameters
  69. def withShardFailureBackoff(value: FiniteDuration): TuningParameters
  70. def withShardStartTimeout(value: Duration): TuningParameters
  71. def withShardStartTimeout(value: FiniteDuration): TuningParameters
  72. def withSnapshotAfter(value: Int): TuningParameters
  73. def withUpdatingStateTimeout(value: Duration): TuningParameters
  74. def withUpdatingStateTimeout(value: FiniteDuration): TuningParameters
  75. def withWaitingForStateTimeout(value: Duration): TuningParameters
  76. def withWaitingForStateTimeout(value: FiniteDuration): TuningParameters

Deprecated Value Members

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

    (Since version 9)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from TuningParameters toStringFormat[TuningParameters] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (TuningParameters, B)
    Implicit
    This member is added by an implicit conversion from TuningParameters toArrowAssoc[TuningParameters] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromTuningParameters to any2stringadd[TuningParameters]

Inherited by implicit conversion StringFormat fromTuningParameters to StringFormat[TuningParameters]

Inherited by implicit conversion Ensuring fromTuningParameters to Ensuring[TuningParameters]

Inherited by implicit conversion ArrowAssoc fromTuningParameters to ArrowAssoc[TuningParameters]

Ungrouped