set
operator fun DslList<Long, BloomFilterKt.FilterLayerKt.Dsl.BitsetProxy>.set(index: Int, value: Long)
Raw bit sets for each layer of the filter.
Content copied to clipboard
repeated fixed64 bitset = 2;
Parameters
index
The index to set the value at.
value
The bitset to set.
Count of items for each bucket in this filter layer. Only present if this is a *Counting Bloom filter*, in which
the bit set indicates presence for each bucket and the count indicates the value for each bucket.
Content copied to clipboard
repeated uint64 count = 4;
Parameters
index
The index to set the value at.
value
The count to set.