Template Class CounterCacheMap

Class Documentation

template<typename Key, std::size_t WINDOW_SIZE = 1024>
class CounterCacheMap

Public Types

using CounterInCache = typename CounterCache<WINDOW_SIZE>::CounterInCache

Public Functions

inline CounterInCache HasCounter(const Key &k, std::size_t counter_value_) const
inline bool IsMonotonic(const Key &k, std::size_t counter_value_) const
inline void SetCounter(const Key &k, std::size_t counter_value_)