Packages

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. All

Instance Constructors

  1. new TuningParameters(untyped: 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 to any2stringadd[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 to ArrowAssoc[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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  9. val coordinatorFailureBackoff: FiniteDuration
  10. def ensuring(cond: (TuningParameters) ⇒ Boolean, msg: ⇒ Any): TuningParameters
    Implicit
    This member is added by an implicit conversion from TuningParameters to Ensuring[TuningParameters] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (TuningParameters) ⇒ Boolean): TuningParameters
    Implicit
    This member is added by an implicit conversion from TuningParameters to Ensuring[TuningParameters] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): TuningParameters
    Implicit
    This member is added by an implicit conversion from TuningParameters to Ensuring[TuningParameters] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): TuningParameters
    Implicit
    This member is added by an implicit conversion from TuningParameters to Ensuring[TuningParameters] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. val entityRecoveryConstantRateStrategyFrequency: FiniteDuration
  15. val entityRecoveryConstantRateStrategyNumberOfEntities: Int
  16. val entityRecoveryStrategy: String
  17. val entityRestartBackoff: FiniteDuration
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from TuningParameters to StringFormat[TuningParameters] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val handOffTimeout: FiniteDuration
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val keepNrOfBatches: Int
  26. val leastShardAllocationMaxSimultaneousRebalance: Int
  27. val leastShardAllocationRebalanceThreshold: Int
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. val rebalanceInterval: FiniteDuration
  32. val retryInterval: FiniteDuration
  33. val shardFailureBackoff: FiniteDuration
  34. val shardStartTimeout: FiniteDuration
  35. val snapshotAfter: Int
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    TuningParameters → AnyRef → Any
  38. val updatingStateTimeout: FiniteDuration
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. val waitingForStateTimeout: FiniteDuration
  43. def withBufferSize(value: Int): TuningParameters
  44. def withCoordinatorFailureBackoff(value: Duration): TuningParameters
  45. def withCoordinatorFailureBackoff(value: FiniteDuration): TuningParameters
  46. def withEntityRecoveryConstantRateStrategyFrequency(value: Duration): TuningParameters
  47. def withEntityRecoveryConstantRateStrategyFrequency(value: FiniteDuration): TuningParameters
  48. def withEntityRecoveryConstantRateStrategyNumberOfEntities(value: Int): TuningParameters
  49. def withEntityRecoveryStrategy(value: String): TuningParameters
  50. def withEntityRestartBackoff(value: Duration): TuningParameters
  51. def withEntityRestartBackoff(value: FiniteDuration): TuningParameters
  52. def withHandOffTimeout(value: Duration): TuningParameters
  53. def withHandOffTimeout(value: FiniteDuration): TuningParameters
  54. def withKeepNrOfBatches(value: Int): TuningParameters
  55. def withLeastShardAllocationMaxSimultaneousRebalance(value: Int): TuningParameters
  56. def withLeastShardAllocationRebalanceThreshold(value: Int): TuningParameters
  57. def withRebalanceInterval(value: Duration): TuningParameters
  58. def withRebalanceInterval(value: FiniteDuration): TuningParameters
  59. def withRetryInterval(value: Duration): TuningParameters
  60. def withRetryInterval(value: FiniteDuration): TuningParameters
  61. def withShardFailureBackoff(value: Duration): TuningParameters
  62. def withShardFailureBackoff(value: FiniteDuration): TuningParameters
  63. def withShardStartTimeout(value: Duration): TuningParameters
  64. def withShardStartTimeout(value: FiniteDuration): TuningParameters
  65. def withSnapshotAfter(value: Int): TuningParameters
  66. def withUpdatingStateTimeout(value: Duration): TuningParameters
  67. def withUpdatingStateTimeout(value: FiniteDuration): TuningParameters
  68. def withWaitingForStateTimeout(value: Duration): TuningParameters
  69. def withWaitingForStateTimeout(value: FiniteDuration): TuningParameters
  70. def [B](y: B): (TuningParameters, B)
    Implicit
    This member is added by an implicit conversion from TuningParameters to ArrowAssoc[TuningParameters] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from TuningParameters to any2stringadd[TuningParameters]

Inherited by implicit conversion StringFormat from TuningParameters to StringFormat[TuningParameters]

Inherited by implicit conversion Ensuring from TuningParameters to Ensuring[TuningParameters]

Inherited by implicit conversion ArrowAssoc from TuningParameters to ArrowAssoc[TuningParameters]

Ungrouped