|
GRPC Core
9.0.0
|
#include <xds_client_stats.h>
Data Structures | |
| struct | Less |
Public Member Functions | |
| XdsLocalityName (grpc_core::UniquePtr< char > region, grpc_core::UniquePtr< char > zone, grpc_core::UniquePtr< char > subzone) | |
| bool | operator== (const XdsLocalityName &other) const |
| const char * | region () const |
| const char * | zone () const |
| const char * | sub_zone () const |
| const char * | AsHumanReadableString () |
Public Member Functions inherited from grpc_core::RefCounted< XdsLocalityName > | |
| ~RefCounted ()=default | |
| RefCountedPtr< XdsLocalityName > | Ref () GRPC_MUST_USE_RESULT |
| RefCountedPtr< XdsLocalityName > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
| void | Unref () |
| void | Unref (const DebugLocation &location, const char *reason) |
| bool | RefIfNonZero () |
| bool | RefIfNonZero (const DebugLocation &location, const char *reason) |
| RefCounted (const RefCounted &)=delete | |
| RefCounted & | operator= (const RefCounted &)=delete |
Public Member Functions inherited from grpc_core::PolymorphicRefCount | |
| virtual | ~PolymorphicRefCount ()=default |
Additional Inherited Members | |
Protected Member Functions inherited from grpc_core::RefCounted< XdsLocalityName > | |
| RefCounted (TraceFlagT *trace_flag=nullptr, intptr_t initial_refcount=1) | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |