Struct FromHostWriterStats
Defined in File fromhost_monitor.hpp
Struct Documentation
-
struct FromHostWriterStats
Data structure for the monitoring of a FromHost writer. Multiple writers can share the same FromHost buffers.
Public Functions
-
inline explicit FromHostWriterStats(int t_id, char w_type, uint32_t num_connections)
Constructor to initialize writer stats with specific values.
- Parameters:
t_id -- Thread ID
w_type -- Type of the writer
num_connections -- Number of connections
-
inline explicit FromHostWriterStats(int t_id, char w_type, uint32_t num_connections)