| CDI SDK
    SDK for transporting chunks of data reliably and with low latency using a polled mode network driver. | 
Abstract base class used to interface C functions to the C++ AWS-SDK for CloudWatch metrics and for the CDI metrics gathering service. More...
 
  
| Public Member Functions | |
| virtual | ~MetricsClass () | 
| virtual CdiReturnStatus | Send (const CloudWatchTransferStats *stats_ptr)=0 | 
| Static Protected Attributes | |
| static AwsSdkState | s_aws_sdk_state | 
| This static instance automatically initializes and shuts down the AWS SDK. | |
Abstract base class used to interface C functions to the C++ AWS-SDK for CloudWatch metrics and for the CDI metrics gathering service.
| 
 | inlinevirtual | 
Destructor.
| 
 | pure virtual | 
Sends the statistics set to the object's destination.
| stats_ptr | Address of the statistics structure to publish. | 
Implemented in MetricsGatherer, and UserMetrics.