FilterLayerOrBuilder

interface FilterLayerOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getBitset(index: Int): Long
Raw bit sets for each layer of the filter.
repeated fixed64 bitset = 2;
Link copied to clipboard
abstract fun getBitsetCount(): Int
Raw bit sets for each layer of the filter.
repeated fixed64 bitset = 2;
Link copied to clipboard
abstract fun getBitsetList(): List<Long>
Raw bit sets for each layer of the filter.
repeated fixed64 bitset = 2;
Link copied to clipboard
abstract fun getCount(index: Int): Long
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.
repeated uint64 count = 4;
Link copied to clipboard
abstract fun getCountCount(): Int
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.
repeated uint64 count = 4;
Link copied to clipboard
abstract fun getCountList(): List<Long>
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.
repeated uint64 count = 4;
Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
abstract fun getDefaultInstanceForType(): Message
Link copied to clipboard
abstract fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
abstract fun getRepeatedField(field: Descriptors.FieldDescriptor, index: Int): Any
Link copied to clipboard
abstract fun getRepeatedFieldCount(field: Descriptors.FieldDescriptor): Int
Link copied to clipboard
abstract fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun isInitialized(): Boolean