GRPC Core  9.0.0
Data Structures | Public Member Functions
grpc_core::XdsClient::ChannelState::LrsCallState Class Reference

Public Member Functions

 LrsCallState (RefCountedPtr< RetryableCall< LrsCallState >> parent)
 
 ~LrsCallState () override
 
void Orphan () override
 
void MaybeStartReportingLocked ()
 
RetryableCall< LrsCallState > * parent ()
 
ChannelState * chand () const
 
XdsClientxds_client () const
 
bool seen_response () const
 
- Public Member Functions inherited from grpc_core::InternallyRefCounted< LrsCallState >
 InternallyRefCounted (const InternallyRefCounted &)=delete
 
InternallyRefCountedoperator= (const InternallyRefCounted &)=delete
 
- Public Member Functions inherited from grpc_core::Orphanable
 Orphanable (const Orphanable &)=delete
 
Orphanableoperator= (const Orphanable &)=delete
 

Additional Inherited Members

- Protected Member Functions inherited from grpc_core::InternallyRefCounted< LrsCallState >
 InternallyRefCounted (TraceFlagT *trace_flag=nullptr, intptr_t initial_refcount=1)
 
virtual ~InternallyRefCounted ()=default
 
RefCountedPtr< LrsCallState > Ref () GRPC_MUST_USE_RESULT
 
RefCountedPtr< LrsCallState > Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
- Protected Member Functions inherited from grpc_core::Orphanable
 Orphanable ()
 
virtual ~Orphanable ()
 

Constructor & Destructor Documentation

◆ LrsCallState()

grpc_core::XdsClient::ChannelState::LrsCallState::LrsCallState ( RefCountedPtr< RetryableCall< LrsCallState >>  parent)
explicit

◆ ~LrsCallState()

grpc_core::XdsClient::ChannelState::LrsCallState::~LrsCallState ( )
override

Member Function Documentation

◆ chand()

ChannelState* grpc_core::XdsClient::ChannelState::LrsCallState::chand ( ) const
inline

◆ MaybeStartReportingLocked()

void grpc_core::XdsClient::ChannelState::LrsCallState::MaybeStartReportingLocked ( )

◆ Orphan()

void grpc_core::XdsClient::ChannelState::LrsCallState::Orphan ( )
overridevirtual

Implements grpc_core::Orphanable.

◆ parent()

RetryableCall<LrsCallState>* grpc_core::XdsClient::ChannelState::LrsCallState::parent ( )
inline

◆ seen_response()

bool grpc_core::XdsClient::ChannelState::LrsCallState::seen_response ( ) const
inline

◆ xds_client()

XdsClient* grpc_core::XdsClient::ChannelState::LrsCallState::xds_client ( ) const
inline

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