Skip to content

Struct xcache

ClassList > xcache

Public Attributes

Type Name
XCACHE_CLEANUP_CANDIDATE * cleanup_array
BINARY_HEAP * cleanup_bh
INT32 cleanup_flag
bool enabled
INT32 entry_count
int hard_limit
xcache_hashmap_type hashmap
struct timeval last_cleaned_time
bool logging_enabled
int max_clones
int max_plan_size
INT32 memory_usage_cache
INT32 memory_usage_clone
int soft_capacity
int soft_limit
XCACHE_STATS stats
int time_threshold

Public Functions

Type Name
xcache ()

Public Attributes Documentation

variable cleanup_array

XCACHE_CLEANUP_CANDIDATE* xcache::cleanup_array;

variable cleanup_bh

BINARY_HEAP* xcache::cleanup_bh;

variable cleanup_flag

INT32 xcache::cleanup_flag;

variable enabled

bool xcache::enabled;

variable entry_count

INT32 xcache::entry_count;

variable hard_limit

int xcache::hard_limit;

variable hashmap

xcache_hashmap_type xcache::hashmap;

variable last_cleaned_time

struct timeval xcache::last_cleaned_time;

variable logging_enabled

bool xcache::logging_enabled;

variable max_clones

int xcache::max_clones;

variable max_plan_size

int xcache::max_plan_size;

variable memory_usage_cache

INT32 xcache::memory_usage_cache;

variable memory_usage_clone

INT32 xcache::memory_usage_clone;

variable soft_capacity

int xcache::soft_capacity;

variable soft_limit

int xcache::soft_limit;

variable stats

XCACHE_STATS xcache::stats;

variable time_threshold

int xcache::time_threshold;

Public Functions Documentation

function xcache

inline xcache::xcache () 


The documentation for this class was generated from the following file cubrid/src/query/xasl_cache.c