Resource Tuner
Loading...
Searching...
No Matches
ClientGarbageCollector Class Reference

ClientGarbageCollector. More...

#include <ClientGarbageCollector.h>

Public Member Functions

ErrCode startClientGarbageCollectorDaemon ()
 Starts the Client Garbage Collector.
 

Detailed Description

ClientGarbageCollector.

Untunes any outstanding Tune Requests for dead clients and removes the client tracking entries from the ClientDataManager.

Definition at line 42 of file ClientGarbageCollector.h.

Member Function Documentation

◆ startClientGarbageCollectorDaemon()

ErrCode ClientGarbageCollector::startClientGarbageCollectorDaemon ( )

Starts the Client Garbage Collector.

To start the Client Garbage Collector a recurring timer is created by using a thread from the Thread Pool. This Thread will wake up periodically and cleanup clients present in the garbage collector queue.

Returns
ErrCode:
  • RC_SUCCESS If the Client Garbage Collector is successfully started
  • Enum Code indicating error: Otherwise.

The documentation for this class was generated from the following file: