|
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 () |
Public Member Functions inherited from grpc_core::channelz::BaseNode | |
| virtual | ~BaseNode () |
| char * | 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) |
| 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 | |
Public Types inherited from grpc_core::channelz::BaseNode | |
| enum class | EntityType { kTopLevelChannel , kInternalChannel , kSubchannel , kServer , kSocket } |
Protected Member Functions inherited from grpc_core::channelz::BaseNode | |
| BaseNode (EntityType type, std::string name) | |
Protected Member Functions inherited from grpc_core::RefCounted< BaseNode > | |
| 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 | ) |