hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <DRCEAvgCounts.hpp>
Public Member Functions | |
AvgCounts (void) | |
AvgCounts (const AvgCounts &rhs) | |
AvgCounts (AvgCounts &&rhs) | |
AvgCounts & | operator= (const AvgCounts &rhs) |
AvgCounts & | operator= (AvgCounts &&rhs) |
void | clear (void) |
Public Attributes | |
size_t | timeAsyncTaskCount |
size_t | timeSyncTaskCount |
size_t | sizeInputBufferSyncTasksCount |
size_t | sizeOutputBufferSyncTasksCount |
size_t | sizeInputBufferAsyncTasksCount |
size_t | sizeOutputBufferAsyncTasksCount |
size_t | cpuUsageAsyncTasksCount |
size_t | memoryUsageAsyncTasksCount |
size_t | countSyncTasksForMinuteCount |
size_t | countAsyncTasksForMinuteCount |
Definition at line 24 of file DRCEAvgCounts.hpp.
HCE::drce::AvgCounts::AvgCounts | ( | void | ) |
Definition at line 8 of file DRCEAvgCounts.cpp.
HCE::drce::AvgCounts::AvgCounts | ( | const AvgCounts & | rhs | ) |
Definition at line 15 of file DRCEAvgCounts.cpp.
HCE::drce::AvgCounts::AvgCounts | ( | AvgCounts && | rhs | ) |
Definition at line 23 of file DRCEAvgCounts.cpp.
void HCE::drce::AvgCounts::clear | ( | void | ) |
Definition at line 67 of file DRCEAvgCounts.cpp.
Definition at line 31 of file DRCEAvgCounts.cpp.
Definition at line 49 of file DRCEAvgCounts.cpp.
size_t HCE::drce::AvgCounts::countAsyncTasksForMinuteCount |
Definition at line 44 of file DRCEAvgCounts.hpp.
size_t HCE::drce::AvgCounts::countSyncTasksForMinuteCount |
Definition at line 43 of file DRCEAvgCounts.hpp.
size_t HCE::drce::AvgCounts::cpuUsageAsyncTasksCount |
Definition at line 41 of file DRCEAvgCounts.hpp.
size_t HCE::drce::AvgCounts::memoryUsageAsyncTasksCount |
Definition at line 42 of file DRCEAvgCounts.hpp.
size_t HCE::drce::AvgCounts::sizeInputBufferAsyncTasksCount |
Definition at line 39 of file DRCEAvgCounts.hpp.
size_t HCE::drce::AvgCounts::sizeInputBufferSyncTasksCount |
Definition at line 37 of file DRCEAvgCounts.hpp.
size_t HCE::drce::AvgCounts::sizeOutputBufferAsyncTasksCount |
Definition at line 40 of file DRCEAvgCounts.hpp.
size_t HCE::drce::AvgCounts::sizeOutputBufferSyncTasksCount |
Definition at line 38 of file DRCEAvgCounts.hpp.
size_t HCE::drce::AvgCounts::timeAsyncTaskCount |
Definition at line 35 of file DRCEAvgCounts.hpp.
size_t HCE::drce::AvgCounts::timeSyncTaskCount |
Definition at line 36 of file DRCEAvgCounts.hpp.