case class ManagerConfig(numberOfShards: Int, apiPort: Int, rebalanceInterval: zio.Duration, rebalanceRetryInterval: zio.Duration, pingTimeout: zio.Duration, persistRetryInterval: zio.Duration, persistRetryCount: Int, rebalanceRate: Double) extends Product with Serializable
Shard Manager configuration
- numberOfShards
number of shards (see documentation on how to choose this), should be same on all nodes
- apiPort
port to expose the GraphQL API
- rebalanceInterval
interval for regular rebalancing of shards
- rebalanceRetryInterval
retry interval for rebalancing when some shards failed to be rebalanced
- pingTimeout
time to wait for a pod to respond to a ping request
- persistRetryInterval
retry interval for persistence of pods and shard assignments
- persistRetryCount
max retry count for persistence of pods and shard assignments
- rebalanceRate
max ratio of shards to rebalance at once
- Alphabetic
- By Inheritance
- ManagerConfig
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ManagerConfig(numberOfShards: Int, apiPort: Int, rebalanceInterval: zio.Duration, rebalanceRetryInterval: zio.Duration, pingTimeout: zio.Duration, persistRetryInterval: zio.Duration, persistRetryCount: Int, rebalanceRate: Double)
- numberOfShards
number of shards (see documentation on how to choose this), should be same on all nodes
- apiPort
port to expose the GraphQL API
- rebalanceInterval
interval for regular rebalancing of shards
- rebalanceRetryInterval
retry interval for rebalancing when some shards failed to be rebalanced
- pingTimeout
time to wait for a pod to respond to a ping request
- persistRetryInterval
retry interval for persistence of pods and shard assignments
- persistRetryCount
max retry count for persistence of pods and shard assignments
- rebalanceRate
max ratio of shards to rebalance at once
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
- val apiPort: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val numberOfShards: Int
- val persistRetryCount: Int
- val persistRetryInterval: zio.Duration
- val pingTimeout: zio.Duration
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rebalanceInterval: zio.Duration
- val rebalanceRate: Double
- val rebalanceRetryInterval: zio.Duration
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()