Skip to content

Struct vacuum_worker

ClassList > vacuum_worker

  • #include <vacuum.h>

Public Attributes

Type Name
bool allocated_resources
INT32 drop_files_version
VACUUM_HEAP_OBJECT * heap_objects
int heap_objects_capacity
int idx
struct log_zip * log_zip_p
int n_heap_objects
LOG_PAGEID prefetch_first_pageid
LOG_PAGEID prefetch_last_pageid
char * prefetch_log_buffer
int private_lru_index
VACUUM_WORKER_STATE state
char * undo_data_buffer
int undo_data_buffer_capacity

Public Attributes Documentation

variable allocated_resources

bool vacuum_worker::allocated_resources;

variable drop_files_version

INT32 vacuum_worker::drop_files_version;

variable heap_objects

VACUUM_HEAP_OBJECT* vacuum_worker::heap_objects;

variable heap_objects_capacity

int vacuum_worker::heap_objects_capacity;

variable idx

int vacuum_worker::idx;

variable log_zip_p

struct log_zip* vacuum_worker::log_zip_p;

variable n_heap_objects

int vacuum_worker::n_heap_objects;

variable prefetch_first_pageid

LOG_PAGEID vacuum_worker::prefetch_first_pageid;

variable prefetch_last_pageid

LOG_PAGEID vacuum_worker::prefetch_last_pageid;

variable prefetch_log_buffer

char* vacuum_worker::prefetch_log_buffer;

variable private_lru_index

int vacuum_worker::private_lru_index;

variable state

VACUUM_WORKER_STATE vacuum_worker::state;

variable undo_data_buffer

char* vacuum_worker::undo_data_buffer;

variable undo_data_buffer_capacity

int vacuum_worker::undo_data_buffer_capacity;


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