OmniSciDB
a5dc49c757
|
#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} |
uint32_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 {} |
uint32_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 {} |
std::optional< uint32_t > | fragment_count {} |
|
default |
|
default |
|
virtualdefault |
uint32_t File_Namespace::StorageStats::data_file_count {0} |
Definition at line 116 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details(), anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::setDataAndMetadataFileStats().
int32_t File_Namespace::StorageStats::epoch {0} |
Definition at line 110 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::setDataAndMetadataFileStats().
int32_t File_Namespace::StorageStats::epoch_floor {0} |
Definition at line 111 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::setDataAndMetadataFileStats().
std::optional<uint32_t> File_Namespace::StorageStats::fragment_count {} |
Definition at line 120 of file FileMgr.h.
Referenced by File_Namespace::FileMgr::getStorageStats().
uint32_t File_Namespace::StorageStats::metadata_file_count {0} |
Definition at line 112 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details(), anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::setDataAndMetadataFileStats().
uint64_t File_Namespace::StorageStats::total_data_file_size {0} |
Definition at line 117 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details(), anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::setDataAndMetadataFileStats().
uint64_t File_Namespace::StorageStats::total_data_page_count {0} |
Definition at line 118 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details(), anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::setDataAndMetadataFileStats().
std::optional<uint64_t> File_Namespace::StorageStats::total_free_data_page_count {} |
Definition at line 119 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details(), anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::setDataAndMetadataFileStats().
std::optional<uint64_t> File_Namespace::StorageStats::total_free_metadata_page_count {} |
Definition at line 115 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details(), anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::setDataAndMetadataFileStats().
uint64_t File_Namespace::StorageStats::total_metadata_file_size {0} |
Definition at line 113 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details(), anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::setDataAndMetadataFileStats().
uint64_t File_Namespace::StorageStats::total_metadata_page_count {0} |
Definition at line 114 of file FileMgr.h.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details(), anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::aggregate(), and File_Namespace::FileMgr::setDataAndMetadataFileStats().