Struct FromHostWriterStats

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

Public Members

int thread_id = {}

thread the writer is running on

char type = {}

Type of the writer.

unsigned int number_of_connections = {}

Number of connections.