Public Member Functions | Private Attributes | List of all members
grpc::DefaultHealthCheckService::ServiceData Class Reference

Public Member Functions

void AddCallHandler (std::shared_ptr< HealthCheckServiceImpl::CallHandler > handler)
 
ServingStatus GetServingStatus () const
 
void RemoveCallHandler (const std::shared_ptr< HealthCheckServiceImpl::CallHandler > &handler)
 
void SetServingStatus (ServingStatus status)
 
bool Unused () const
 

Private Attributes

std::set< std::shared_ptr< HealthCheckServiceImpl::CallHandler > > call_handlers_
 
ServingStatus status_ = NOT_FOUND
 

Detailed Description

Definition at line 257 of file default_health_check_service.h.

Member Function Documentation

◆ AddCallHandler()

void grpc::DefaultHealthCheckService::ServiceData::AddCallHandler ( std::shared_ptr< HealthCheckServiceImpl::CallHandler handler)

Definition at line 140 of file default_health_check_service.cc.

◆ GetServingStatus()

ServingStatus grpc::DefaultHealthCheckService::ServiceData::GetServingStatus ( ) const
inline

Definition at line 260 of file default_health_check_service.h.

◆ RemoveCallHandler()

void grpc::DefaultHealthCheckService::ServiceData::RemoveCallHandler ( const std::shared_ptr< HealthCheckServiceImpl::CallHandler > &  handler)

Definition at line 145 of file default_health_check_service.cc.

◆ SetServingStatus()

void grpc::DefaultHealthCheckService::ServiceData::SetServingStatus ( ServingStatus  status)

Definition at line 132 of file default_health_check_service.cc.

◆ Unused()

bool grpc::DefaultHealthCheckService::ServiceData::Unused ( ) const
inline

Definition at line 265 of file default_health_check_service.h.

Member Data Documentation

◆ call_handlers_

std::set<std::shared_ptr<HealthCheckServiceImpl::CallHandler> > grpc::DefaultHealthCheckService::ServiceData::call_handlers_
private

Definition at line 272 of file default_health_check_service.h.

◆ status_

ServingStatus grpc::DefaultHealthCheckService::ServiceData::status_ = NOT_FOUND
private

Definition at line 270 of file default_health_check_service.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:31