@InterfaceAudience.Private
public interface BloomFilterBase
| Modifier and Type | Method and Description |
|---|---|
long |
getByteSize()
Returns Size of the bloom, in bytes
|
long |
getKeyCount()
Returns The number of keys added to the bloom
|
long |
getMaxKeys()
Returns The max number of keys that can be inserted to maintain the desired error rate
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.