case class FeatureBloomIndex(hashBitSets: Vector[RoaringBitmap], featureStateBuilders: Vector[FeatureStateBuilder], featureTags: Map[FeatureId, Set[Tag]], hashBuilder: HashBuilder, samplingSettings: Map[FeatureId, SamplingSettings], experimentIndex: Option[ExperimentIndex] = None, layerIndex: Option[LayerIndex] = None) extends Product with Serializable
Maintains bloom filter indexes for quick pre-filtering of features
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FeatureBloomIndex
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FeatureBloomIndex(hashBitSets: Vector[RoaringBitmap], featureStateBuilders: Vector[FeatureStateBuilder], featureTags: Map[FeatureId, Set[Tag]], hashBuilder: HashBuilder, samplingSettings: Map[FeatureId, SamplingSettings], experimentIndex: Option[ExperimentIndex] = None, layerIndex: Option[LayerIndex] = None)
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val experimentIndex: Option[ExperimentIndex]
- val featureStateBuilders: Vector[FeatureStateBuilder]
- val featureTags: Map[FeatureId, Set[Tag]]
- def findMatches(attributes: SampleWithHash, experiments: ExperimentAssignment, layers: LayerAssignment): State
Tries to find matches for layers first (highest priority), then explicit experiments, then feature experiments and lastly feature allocations.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val hashBitSets: Vector[RoaringBitmap]
- val hashBuilder: HashBuilder
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val layerIndex: Option[LayerIndex]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val samplingSettings: Map[FeatureId, SamplingSettings]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)