Packages

final class FrequencySketchSettings extends FilterSettings

Source
ClusterShardingSettings.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FrequencySketchSettings
  2. FilterSettings
  3. AnyRef
  4. 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 FrequencySketchSettings(depth: Int, counterBits: Int, widthMultiplier: Int, resetMultiplier: Double)

Value Members

  1. val counterBits: Int
  2. val depth: Int
  3. val resetMultiplier: Double
  4. val widthMultiplier: Int
  5. def withCounterBits(bits: Int): FrequencySketchSettings
  6. def withDepth(depth: Int): FrequencySketchSettings
  7. def withResetMultiplier(multiplier: Double): FrequencySketchSettings
  8. def withWidthMultiplier(multiplier: Int): FrequencySketchSettings