Dsl

class Dsl

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class LayerProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Properties

Link copied to clipboard
@get:JvmName(name = "getAlgorithm")
@set:JvmName(name = "setAlgorithm")
var algorithm: HashAlgorithm

.elide.std.HashAlgorithm algorithm = 1;

Link copied to clipboard
@get:JvmName(name = "getAlgorithmValue")
@set:JvmName(name = "setAlgorithmValue")
var algorithmValue: Int
Link copied to clipboard
@get:JvmName(name = "getCount")
@set:JvmName(name = "setCount")
var count: Long

uint64 count = 3;

Link copied to clipboard

repeated .elide.structs.BloomFilter.FilterLayer layer = 5;

Link copied to clipboard
@get:JvmName(name = "getLimit")
@set:JvmName(name = "setLimit")
var limit: Long

uint64 limit = 4;

Link copied to clipboard
@get:JvmName(name = "getRounds")
@set:JvmName(name = "setRounds")
var rounds: Int

uint32 rounds = 2;

Functions

Link copied to clipboard

repeated .elide.structs.BloomFilter.FilterLayer layer = 5;

Link copied to clipboard

repeated .elide.structs.BloomFilter.FilterLayer layer = 5;

Link copied to clipboard

repeated .elide.structs.BloomFilter.FilterLayer layer = 5;

Link copied to clipboard

.elide.std.HashAlgorithm algorithm = 1;

Link copied to clipboard

uint64 count = 3;

Link copied to clipboard

uint64 limit = 4;

Link copied to clipboard

uint32 rounds = 2;

Link copied to clipboard
@JvmName(name = "plusAssignAllLayer")
inline operator fun DslList<BloomFilter.FilterLayer, BloomFilterKt.Dsl.LayerProxy>.plusAssign(values: Iterable<BloomFilter.FilterLayer>)
@JvmName(name = "plusAssignLayer")
inline operator fun DslList<BloomFilter.FilterLayer, BloomFilterKt.Dsl.LayerProxy>.plusAssign(value: BloomFilter.FilterLayer)

repeated .elide.structs.BloomFilter.FilterLayer layer = 5;

Link copied to clipboard
@JvmName(name = "setLayer")
operator fun DslList<BloomFilter.FilterLayer, BloomFilterKt.Dsl.LayerProxy>.set(index: Int, value: BloomFilter.FilterLayer)

repeated .elide.structs.BloomFilter.FilterLayer layer = 5;