gloomex v0.2.0 Gloomex.BloomFilterStrategy behaviour
Behaviour for a bloom filter hashing strategy
Link to this section Summary
Link to this section Types
Specs
t() :: Gloomex.BloomFilterStrategy.Murmur128MITZ64
Link to this section Callbacks
Link to this callback
might_contain?(arg1, term)
Specs
might_contain?(Gloomex.Bloom.t(), term()) :: boolean()
Link to this callback
put(arg1, term)
Specs
put(Gloomex.Bloom.t(), term()) :: Gloomex.Bloom.t()