Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CuckooFilterImpl ¶
type CuckooFilterImpl struct {
// contains filtered or unexported fields
}
func (*CuckooFilterImpl) Add ¶
func (filter *CuckooFilterImpl) Add(key []byte) error
func (*CuckooFilterImpl) Close ¶
func (filter *CuckooFilterImpl) Close() error
func (*CuckooFilterImpl) Delete ¶
func (filter *CuckooFilterImpl) Delete(key []byte) error
func (*CuckooFilterImpl) Exists ¶
func (filter *CuckooFilterImpl) Exists(key []byte) bool
func (*CuckooFilterImpl) Open ¶
func (filter *CuckooFilterImpl) Open() error
Click to show internal directories.
Click to hide internal directories.