GRPC C++  1.39.1
Public Member Functions | Data Fields
grpc_core::XdsClusterDropStats::Snapshot Struct Reference

#include <xds_client_stats.h>

Public Member Functions

Snapshotoperator+= (const Snapshot &other)
 
bool IsZero () const
 

Data Fields

uint64_t uncategorized_drops = 0
 
CategorizedDropsMap categorized_drops
 

Member Function Documentation

◆ IsZero()

bool grpc_core::XdsClusterDropStats::Snapshot::IsZero ( ) const
inline

◆ operator+=()

Snapshot& grpc_core::XdsClusterDropStats::Snapshot::operator+= ( const Snapshot other)
inline

Field Documentation

◆ categorized_drops

CategorizedDropsMap grpc_core::XdsClusterDropStats::Snapshot::categorized_drops

◆ uncategorized_drops

uint64_t grpc_core::XdsClusterDropStats::Snapshot::uncategorized_drops = 0

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