MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
载入中...
搜索中...
未找到
BplusTreeHandler 成员列表

成员的完整列表,这些成员属于 BplusTreeHandler,包括所有继承而来的类成员

adjust_root(BplusTreeMiniTransaction &mtr, Frame *root_frame)BplusTreeHandlerprotected
BplusTreeScanner (定义于 BplusTreeHandler)BplusTreeHandlerfriend
BplusTreeTester (定义于 BplusTreeHandler)BplusTreeHandlerfriend
buffer_pool() const (定义于 BplusTreeHandler)BplusTreeHandlerinline
close()BplusTreeHandler
coalesce(BplusTreeMiniTransaction &mtr, Frame *neighbor_frame, Frame *frame, Frame *parent_frame, int index)BplusTreeHandlerprotected
coalesce_or_redistribute(BplusTreeMiniTransaction &mtr, Frame *frame)BplusTreeHandlerprotected
crabing_protocal_fetch_page(BplusTreeMiniTransaction &mtr, BplusTreeOperationType op, PageNum page_num, bool is_root_page, Frame *&frame)BplusTreeHandlerprotected
create(LogHandler &log_handler, BufferPoolManager &bpm, const char *file_name, AttrType attr_type, int attr_length, int internal_max_size=-1, int leaf_max_size=-1)BplusTreeHandler
create(LogHandler &log_handler, DiskBufferPool &buffer_pool, AttrType attr_type, int attr_length, int internal_max_size=-1, int leaf_max_size=-1) (定义于 BplusTreeHandler)BplusTreeHandler
create_new_tree(BplusTreeMiniTransaction &mtr, const char *key, const RID *rid)BplusTreeHandlerprotected
delete_entry(const char *user_key, const RID *rid)BplusTreeHandler
delete_entry_internal(BplusTreeMiniTransaction &mtr, Frame *leaf_frame, const char *key)BplusTreeHandlerprotected
disk_buffer_pool_BplusTreeHandlerprotected
file_header() const (定义于 BplusTreeHandler)BplusTreeHandlerinline
file_header_BplusTreeHandlerprotected
find_leaf(BplusTreeMiniTransaction &mtr, BplusTreeOperationType op, const char *key, Frame *&frame)BplusTreeHandlerprotected
find_leaf_internal(BplusTreeMiniTransaction &mtr, BplusTreeOperationType op, const function< PageNum(InternalIndexNodeHandler &)> &child_page_getter, Frame *&frame)BplusTreeHandlerprotected
get_entry(const char *user_key, int key_len, list< RID > &rids)BplusTreeHandler
header_dirty_BplusTreeHandlerprotected
insert_entry(const char *user_key, const RID *rid)BplusTreeHandler
insert_entry_into_leaf_node(BplusTreeMiniTransaction &mtr, Frame *frame, const char *pkey, const RID *rid)BplusTreeHandlerprotected
insert_entry_into_parent(BplusTreeMiniTransaction &mtr, Frame *frame, Frame *new_frame, const char *key)BplusTreeHandlerprotected
is_empty() const (定义于 BplusTreeHandler)BplusTreeHandler
key_comparator_ (定义于 BplusTreeHandler)BplusTreeHandlerprotected
key_printer_ (定义于 BplusTreeHandler)BplusTreeHandlerprotected
left_most_page(BplusTreeMiniTransaction &mtr, Frame *&frame)BplusTreeHandlerprotected
log_handler() const (定义于 BplusTreeHandler)BplusTreeHandlerinline
log_handler_ (定义于 BplusTreeHandler)BplusTreeHandlerprotected
make_key(const char *user_key, const RID &rid) (定义于 BplusTreeHandler)BplusTreeHandlerprivate
mem_pool_item_ (定义于 BplusTreeHandler)BplusTreeHandlerprotected
open(LogHandler &log_handler, BufferPoolManager &bpm, const char *file_name)BplusTreeHandler
open(LogHandler &log_handler, DiskBufferPool &buffer_pool) (定义于 BplusTreeHandler)BplusTreeHandler
print_internal_node_recursive(Frame *frame) (定义于 BplusTreeHandler)BplusTreeHandlerprivate
print_leaf(Frame *frame)BplusTreeHandlerprivate
print_leafs() (定义于 BplusTreeHandler)BplusTreeHandler
print_tree()BplusTreeHandler
recover_init_header_page(BplusTreeMiniTransaction &mtr, Frame *frame, const IndexFileHeader &header)BplusTreeHandler
recover_update_root_page(BplusTreeMiniTransaction &mtr, PageNum root_page_num)BplusTreeHandler
redistribute(BplusTreeMiniTransaction &mtr, Frame *neighbor_frame, Frame *frame, Frame *parent_frame, int index)BplusTreeHandlerprotected
root_lock_ (定义于 BplusTreeHandler)BplusTreeHandlerprotected
split(BplusTreeMiniTransaction &mtr, Frame *frame, Frame *&new_frame)BplusTreeHandlerprotected
sync() (定义于 BplusTreeHandler)BplusTreeHandler
update_root_page_num_locked(BplusTreeMiniTransaction &mtr, PageNum root_page_num)BplusTreeHandlerprotected
validate_leaf_link(BplusTreeMiniTransaction &mtr) (定义于 BplusTreeHandler)BplusTreeHandlerprivate
validate_node_recursive(BplusTreeMiniTransaction &mtr, Frame *frame) (定义于 BplusTreeHandler)BplusTreeHandlerprivate
validate_tree()BplusTreeHandler