The SwappyItems Key-Values Store
Public Attributes | List of all members
SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::statistic_s Struct Reference

#include <SwappyItems.hpp>

Public Attributes

uint64_t size = 0
 
uint64_t fileKB = 0
 
uint64_t queue = 0
 
uint64_t updates = 0
 
uint64_t deletes = 0
 
uint64_t bloomSaysNotIn = 0
 
uint64_t bloomFails = 0
 
uint64_t rangeSaysNo = 0
 
uint64_t rangeFails = 0
 
uint64_t swaps = 0
 
uint64_t fileLoads = 0
 
TKEY maxKey
 
TKEY minKey
 

Member Data Documentation

◆ bloomFails

template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 5, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
uint64_t SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::statistic_s::bloomFails = 0

◆ bloomSaysNotIn

template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 5, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
uint64_t SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::statistic_s::bloomSaysNotIn = 0

◆ deletes

template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 5, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
uint64_t SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::statistic_s::deletes = 0

◆ fileKB

template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 5, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
uint64_t SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::statistic_s::fileKB = 0

◆ fileLoads

template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 5, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
uint64_t SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::statistic_s::fileLoads = 0

◆ maxKey

template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 5, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
TKEY SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::statistic_s::maxKey

◆ minKey

template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 5, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
TKEY SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::statistic_s::minKey

◆ queue

template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 5, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
uint64_t SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::statistic_s::queue = 0

◆ rangeFails

template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 5, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
uint64_t SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::statistic_s::rangeFails = 0

◆ rangeSaysNo

template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 5, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
uint64_t SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::statistic_s::rangeSaysNo = 0

◆ size

template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 5, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
uint64_t SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::statistic_s::size = 0

◆ swaps

template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 5, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
uint64_t SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::statistic_s::swaps = 0

◆ updates

template<class TKEY , class TVALUE , int EACHFILE = 16384, int OLDIES = 5, int RAMSIZE = 3, int BLOOMBITS = 4, int MASKLENGTH = (2* 4*16384)>
uint64_t SwappyItems< TKEY, TVALUE, EACHFILE, OLDIES, RAMSIZE, BLOOMBITS, MASKLENGTH >::statistic_s::updates = 0

The documentation for this struct was generated from the following file: