OmniSciDB
85c2d10cdc
|
#include <FileMgr.h>
Public Member Functions | |
StorageStats ()=default | |
StorageStats (const StorageStats &storage_stats)=default | |
virtual | ~StorageStats ()=default |
Public Attributes | |
int32_t | epoch {0} |
int32_t | epoch_floor {0} |
uint64_t | metadata_file_count {0} |
uint64_t | total_metadata_file_size {0} |
uint64_t | total_metadata_page_count {0} |
std::optional< uint64_t > | total_free_metadata_page_count {} |
uint64_t | data_file_count {0} |
uint64_t | total_data_file_size {0} |
uint64_t | total_data_page_count {0} |
std::optional< uint64_t > | total_free_data_page_count {} |
|
default |
|
default |
|
virtualdefault |
uint64_t File_Namespace::StorageStats::data_file_count {0} |
Definition at line 99 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details(), anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::getStorageStats().
int32_t File_Namespace::StorageStats::epoch {0} |
Definition at line 93 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::getStorageStats().
int32_t File_Namespace::StorageStats::epoch_floor {0} |
Definition at line 94 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::getStorageStats().
uint64_t File_Namespace::StorageStats::metadata_file_count {0} |
Definition at line 95 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details(), anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::getStorageStats().
uint64_t File_Namespace::StorageStats::total_data_file_size {0} |
Definition at line 100 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details(), anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::getStorageStats().
uint64_t File_Namespace::StorageStats::total_data_page_count {0} |
Definition at line 101 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details(), anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::getStorageStats().
std::optional<uint64_t> File_Namespace::StorageStats::total_free_data_page_count {} |
Definition at line 102 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details(), anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::getStorageStats().
std::optional<uint64_t> File_Namespace::StorageStats::total_free_metadata_page_count {} |
Definition at line 98 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details(), anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::getStorageStats().
uint64_t File_Namespace::StorageStats::total_metadata_file_size {0} |
Definition at line 96 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details(), anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::getStorageStats().
uint64_t File_Namespace::StorageStats::total_metadata_page_count {0} |
Definition at line 97 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details(), anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::getStorageStats().