0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Hypertable::QueryCache::QueryCacheEntry Class Reference

Internal cache entry. More...

Collaboration diagram for Hypertable::QueryCache::QueryCacheEntry:
Collaboration graph
[legend]

Public Member Functions

 QueryCacheEntry (Key &k, const char *tname, const char *rw, std::set< uint8_t > &column_ids, uint32_t cells, boost::shared_array< uint8_t > &res, uint32_t rlen)
 
Key lookup_key () const
 
RowKey invalidate_key () const
 
void dump ()
 

Public Attributes

Key key
 
RowKey row_key
 
std::set< uint8_t > columns
 
boost::shared_array< uint8_t > result
 
uint32_t result_length
 
uint32_t cell_count
 

Detailed Description

Internal cache entry.

Definition at line 183 of file QueryCache.h.

Constructor & Destructor Documentation

Hypertable::QueryCache::QueryCacheEntry::QueryCacheEntry ( Key k,
const char *  tname,
const char *  rw,
std::set< uint8_t > &  column_ids,
uint32_t  cells,
boost::shared_array< uint8_t > &  res,
uint32_t  rlen 
)
inline

Definition at line 185 of file QueryCache.h.

Member Function Documentation

void Hypertable::QueryCache::QueryCacheEntry::dump ( )
inline

Definition at line 193 of file QueryCache.h.

RowKey Hypertable::QueryCache::QueryCacheEntry::invalidate_key ( ) const
inline

Definition at line 192 of file QueryCache.h.

Key Hypertable::QueryCache::QueryCacheEntry::lookup_key ( ) const
inline

Definition at line 191 of file QueryCache.h.

Member Data Documentation

uint32_t Hypertable::QueryCache::QueryCacheEntry::cell_count

Definition at line 199 of file QueryCache.h.

std::set<uint8_t> Hypertable::QueryCache::QueryCacheEntry::columns

Definition at line 196 of file QueryCache.h.

Key Hypertable::QueryCache::QueryCacheEntry::key

Definition at line 194 of file QueryCache.h.

boost::shared_array<uint8_t> Hypertable::QueryCache::QueryCacheEntry::result

Definition at line 197 of file QueryCache.h.

uint32_t Hypertable::QueryCache::QueryCacheEntry::result_length

Definition at line 198 of file QueryCache.h.

RowKey Hypertable::QueryCache::QueryCacheEntry::row_key

Definition at line 195 of file QueryCache.h.


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