GRPC Core
9.0.0
|
#include <client_channel_channelz.h>
Public Member Functions | |
SubchannelNode (std::string target_address, size_t channel_tracer_max_nodes) | |
~SubchannelNode () override | |
void | UpdateConnectivityState (grpc_connectivity_state state) |
void | SetChildSocket (RefCountedPtr< SocketNode > socket) |
grpc_json * | RenderJson () override |
void | AddTraceEvent (ChannelTrace::Severity severity, const grpc_slice &data) |
void | AddTraceEventWithReference (ChannelTrace::Severity severity, const grpc_slice &data, RefCountedPtr< BaseNode > referenced_channel) |
void | RecordCallStarted () |
void | RecordCallFailed () |
void | RecordCallSucceeded () |
![]() | |
virtual | ~BaseNode () |
char * | RenderJsonString () |
EntityType | type () const |
intptr_t | uuid () const |
const std::string & | name () const |
![]() | |
~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) |
bool | RefIfNonZero () |
bool | RefIfNonZero (const DebugLocation &location, const char *reason) |
RefCounted (const RefCounted &)=delete | |
RefCounted & | operator= (const RefCounted &)=delete |
![]() | |
virtual | ~PolymorphicRefCount ()=default |
Additional Inherited Members | |
![]() | |
enum | EntityType { EntityType::kTopLevelChannel, EntityType::kInternalChannel, EntityType::kSubchannel, EntityType::kServer, EntityType::kSocket } |
![]() | |
BaseNode (EntityType type, std::string name) | |
![]() | |
RefCounted (TraceFlagT *trace_flag=nullptr, intptr_t initial_refcount=1) | |
grpc_core::channelz::SubchannelNode::SubchannelNode | ( | std::string | target_address, |
size_t | channel_tracer_max_nodes | ||
) |
|
override |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Implements grpc_core::channelz::BaseNode.
void grpc_core::channelz::SubchannelNode::SetChildSocket | ( | RefCountedPtr< SocketNode > | socket | ) |
void grpc_core::channelz::SubchannelNode::UpdateConnectivityState | ( | grpc_connectivity_state | state | ) |