c
akka.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.AdmissionSettings
FrequencySketchSettings
Companion object FrequencySketchSettings
final class FrequencySketchSettings extends FilterSettings
- Source
- ClusterShardingSettings.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- FrequencySketchSettings
- FilterSettings
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- val counterBits: Int
- val depth: Int
- val resetMultiplier: Double
- val widthMultiplier: Int
- def withCounterBits(bits: Int): FrequencySketchSettings
- def withDepth(depth: Int): FrequencySketchSettings
- def withResetMultiplier(multiplier: Double): FrequencySketchSettings
- def withWidthMultiplier(multiplier: Int): FrequencySketchSettings