FilterLayer
Specifies a layer in a multi-layer Bloom filter. If no more than 1 layer is specified, the filter is a simple
single-layer bit set (also known as a regular Bloom filter).
Content copied to clipboard
elide.structs.BloomFilter.FilterLayer
Types
Functions
Link copied to clipboard
inline fun BloomFilter.FilterLayer.copy(block: BloomFilterKt.FilterLayerKt.Dsl.() -> Unit): BloomFilter.FilterLayer
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Raw bit sets for each layer of the filter.
Content copied to clipboard
repeated fixed64 bitset = 2;
Link copied to clipboard
Raw bit sets for each layer of the filter.
Content copied to clipboard
repeated fixed64 bitset = 2;
Link copied to clipboard
Link copied to clipboard
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;
Link copied to clipboard
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;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): BloomFilter.FilterLayer
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): BloomFilter.FilterLayer
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): BloomFilter.FilterLayer
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): BloomFilter.FilterLayer
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): BloomFilter.FilterLayer
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): BloomFilter.FilterLayer
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard