Expand description
Types and functions that store or manipulate state/cache inside one single over window partition.
Structsยง
- Affected
Range ๐AffectedRange
represents a range of keys that are affected by a delta. TheCacheKey
fields are keys in the partition range cache + delta, which is represented byDeltaBTreeMap
. - Over
Partition ๐A wrapper ofPartitionCache
that provides helper methods to manipulate the cache. By putting this type insideprivate
module, we can avoid misuse of the internal fields and methods. - Over
Partition ๐Stats
Constantsยง
- MAGIC_
BATCH_ ๐SIZE - MAGIC_
CACHE_ ๐SIZE
Functionsยง
Type Aliasesยง
- Cache
Key ๐ - Partition
Cache ๐Range cache for one over window partition. The cache entries can be: - Partition
Delta ๐Changes happened in one over window partition.