OmniSciDB
a5dc49c757
|
Public Member Functions | |
AggregratedStorageStats (const File_Namespace::StorageStats &storage_stats) | |
void | aggregate (const File_Namespace::StorageStats &storage_stats) |
Public Member Functions inherited from File_Namespace::StorageStats | |
StorageStats ()=default | |
StorageStats (const StorageStats &storage_stats)=default | |
virtual | ~StorageStats ()=default |
Public Attributes | |
int32_t | min_epoch |
int32_t | max_epoch |
int32_t | min_epoch_floor |
int32_t | max_epoch_floor |
Public Attributes inherited from File_Namespace::StorageStats | |
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 {} |
Definition at line 249 of file DdlCommandExecutor.cpp.
|
inline |
Definition at line 255 of file DdlCommandExecutor.cpp.
|
inline |
Definition at line 262 of file DdlCommandExecutor.cpp.
References File_Namespace::StorageStats::data_file_count, File_Namespace::StorageStats::epoch, File_Namespace::StorageStats::epoch_floor, File_Namespace::StorageStats::metadata_file_count, File_Namespace::StorageStats::total_data_file_size, File_Namespace::StorageStats::total_data_page_count, File_Namespace::StorageStats::total_free_data_page_count, File_Namespace::StorageStats::total_free_metadata_page_count, File_Namespace::StorageStats::total_metadata_file_size, and File_Namespace::StorageStats::total_metadata_page_count.
int32_t anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::max_epoch |
Definition at line 251 of file DdlCommandExecutor.cpp.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details().
int32_t anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::max_epoch_floor |
Definition at line 253 of file DdlCommandExecutor.cpp.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details().
int32_t anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::min_epoch |
Definition at line 250 of file DdlCommandExecutor.cpp.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details().
int32_t anonymous_namespace{DdlCommandExecutor.cpp}::AggregratedStorageStats::min_epoch_floor |
Definition at line 252 of file DdlCommandExecutor.cpp.
Referenced by anonymous_namespace{DdlCommandExecutor.cpp}::add_table_details().