GRPC C++  1.39.1
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 std::string GetTopChannels (intptr_t start_channel_id)
 
static std::string 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 std::string grpc_core::channelz::ChannelzRegistry::GetServers ( intptr_t  start_server_id)
inlinestatic

◆ GetTopChannels()

static std::string grpc_core::channelz::ChannelzRegistry::GetTopChannels ( intptr_t  start_channel_id)
inlinestatic

◆ Init()

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()

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 files: