|
GRPC C++
1.39.1
|
#include <channelz.h>
Public Types | |
| enum class | EntityType { kTopLevelChannel , kInternalChannel , kSubchannel , kServer , kSocket } |
Public Member Functions | |
| ~BaseNode () override | |
| virtual Json | RenderJson ()=0 |
| std::string | RenderJsonString () |
| EntityType | type () const |
| intptr_t | uuid () const |
| const std::string & | name () const |
Public Member Functions inherited from grpc_core::RefCounted< BaseNode > | |
| ~RefCounted ()=default | |
| RefCountedPtr< BaseNode > | Ref () GRPC_MUST_USE_RESULT |
| RefCountedPtr< BaseNode > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
| void | Unref () |
| void | Unref (const DebugLocation &location, const char *reason) |
| RefCountedPtr< BaseNode > | RefIfNonZero () GRPC_MUST_USE_RESULT |
| RefCountedPtr< BaseNode > | RefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
| RefCounted (const RefCounted &)=delete | |
| RefCounted & | operator= (const RefCounted &)=delete |
Public Member Functions inherited from grpc_core::PolymorphicRefCount | |
| virtual | ~PolymorphicRefCount ()=default |
Protected Member Functions | |
| BaseNode (EntityType type, std::string name) | |
Protected Member Functions inherited from grpc_core::RefCounted< BaseNode > | |
| RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
Friends | |
| class | ChannelzRegistry |
|
strong |
|
protected |
|
override |
|
inline |
|
pure virtual |
| std::string grpc_core::channelz::BaseNode::RenderJsonString | ( | ) |
|
inline |
|
inline |
|
friend |