Interface | Description |
---|---|
ClockCuckooFilter<T> |
This interface represents a clock cuckoo filter that supports Put/Get/Delete operations.
|
CuckooTable |
The cuckoo table that supports to store and access data positioned by a specific bucket and slot.
|
Class | Description |
---|---|
ConcurrentClockCuckooFilter<T> |
A concurrent cuckoo filter with three customized field: clock, size and scope.
|
CuckooUtils |
This class provides some useful methods for cuckoo filters.
|
ScopeEncoder |
A scope encoder that supports encode/decode scope information.
|
SegmentedLock |
A segmented lock that supports methods to lock/unlock multiple buckets in order to avoid dead
lock.
|
SimpleCuckooTable |
A simple cuckoo table.
|
SizeEncoder |
A size encoder that supports encode/decode size information.
|
TagPosition |
This class represents a position of a tag.
|
Enum | Description |
---|---|
SlidingWindowType |
This class represents the type of sliding window.
|
Copyright © 2023. All Rights Reserved.