GRPC C++  1.26.0
Static Public Member Functions
grpc_core::channelz::ChannelzRegistry Class Reference

#include <channelz_registry.h>

Static Public Member Functions

static void Init ()
 
static void Shutdown ()
 
static void Register (BaseNode *node)
 
static void Unregister (intptr_t uuid)
 
static RefCountedPtr< BaseNodeGet (intptr_t uuid)
 
static char * GetTopChannels (intptr_t start_channel_id)
 
static char * GetServers (intptr_t start_server_id)
 
static void LogAllEntities ()
 

Member Function Documentation

◆ Get()

static RefCountedPtr<BaseNode> grpc_core::channelz::ChannelzRegistry::Get ( intptr_t  uuid)
inlinestatic

◆ GetServers()

static char* grpc_core::channelz::ChannelzRegistry::GetServers ( intptr_t  start_server_id)
inlinestatic

◆ GetTopChannels()

static char* grpc_core::channelz::ChannelzRegistry::GetTopChannels ( intptr_t  start_channel_id)
inlinestatic

◆ Init()

static void grpc_core::channelz::ChannelzRegistry::Init ( )
static

◆ LogAllEntities()

static void grpc_core::channelz::ChannelzRegistry::LogAllEntities ( )
inlinestatic

◆ Register()

static void grpc_core::channelz::ChannelzRegistry::Register ( BaseNode node)
inlinestatic

◆ Shutdown()

static void grpc_core::channelz::ChannelzRegistry::Shutdown ( )
static

◆ Unregister()

static void grpc_core::channelz::ChannelzRegistry::Unregister ( intptr_t  uuid)
inlinestatic

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