Skip to content

Struct fh_table

ClassList > fh_table

  • #include <file_hash.h>

Public Attributes

Type Name
char * bitmap
int bitmap_size
int cached_pages
CMP_FUNC cmpfun
int data_size
int entries_per_page
int entry_size
int fd
char * hash_filename
HASH_FUNC hfun
FH_KEY_TYPE key_type
const char * name
int ncollisions
int nentries
FH_FILE_POS overflow
int page_size
FH_PAGE_HDR * pg_hdr
FH_PAGE_HDR * pg_hdr_alloc
FH_PAGE_HDR * pg_hdr_free
FH_PAGE_HDR * pg_hdr_last
int size

Public Attributes Documentation

variable bitmap

char* fh_table::bitmap;

variable bitmap_size

int fh_table::bitmap_size;

variable cached_pages

int fh_table::cached_pages;

variable cmpfun

CMP_FUNC fh_table::cmpfun;

variable data_size

int fh_table::data_size;

variable entries_per_page

int fh_table::entries_per_page;

variable entry_size

int fh_table::entry_size;

variable fd

int fh_table::fd;

variable hash_filename

char* fh_table::hash_filename;

variable hfun

HASH_FUNC fh_table::hfun;

variable key_type

FH_KEY_TYPE fh_table::key_type;

variable name

const char* fh_table::name;

variable ncollisions

int fh_table::ncollisions;

variable nentries

int fh_table::nentries;

variable overflow

FH_FILE_POS fh_table::overflow;

variable page_size

int fh_table::page_size;

variable pg_hdr

FH_PAGE_HDR* fh_table::pg_hdr;

variable pg_hdr_alloc

FH_PAGE_HDR* fh_table::pg_hdr_alloc;

variable pg_hdr_free

FH_PAGE_HDR* fh_table::pg_hdr_free;

variable pg_hdr_last

FH_PAGE_HDR* fh_table::pg_hdr_last;

variable size

int fh_table::size;


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