|
void | AddSyncMethod (grpc::internal::RpcServiceMethod *method, void *tag) |
|
void | AddUnknownSyncMethod () |
|
void | DoWork (void *tag, bool ok, bool resources) override |
|
WorkStatus | PollForWork (void **tag, bool *ok) override |
|
void | Shutdown () override |
|
void | Start () |
|
| SyncRequestThreadManager (Server *server, grpc::CompletionQueue *server_cq, std::shared_ptr< GlobalCallbacks > global_callbacks, grpc_resource_quota *rq, int min_pollers, int max_pollers, int cq_timeout_msec) |
|
void | Wait () override |
|
int | GetMaxActiveThreadsSoFar () |
|
void | Initialize () |
|
bool | IsShutdown () |
|
| ThreadManager (const char *name, grpc_resource_quota *resource_quota, int min_pollers, int max_pollers) |
|
virtual | ~ThreadManager () |
|
Definition at line 776 of file server_cc.cc.
◆ SyncRequestThreadManager()
◆ AddSyncMethod()
◆ AddUnknownSyncMethod()
void grpc::Server::SyncRequestThreadManager::AddUnknownSyncMethod |
( |
| ) |
|
|
inline |
◆ DoWork()
void grpc::Server::SyncRequestThreadManager::DoWork |
( |
void * |
tag, |
|
|
bool |
ok, |
|
|
bool |
resources |
|
) |
| |
|
inlineoverridevirtual |
◆ PollForWork()
WorkStatus grpc::Server::SyncRequestThreadManager::PollForWork |
( |
void ** |
tag, |
|
|
bool * |
ok |
|
) |
| |
|
inlineoverridevirtual |
◆ Shutdown()
void grpc::Server::SyncRequestThreadManager::Shutdown |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Start()
void grpc::Server::SyncRequestThreadManager::Start |
( |
| ) |
|
|
inline |
◆ Wait()
void grpc::Server::SyncRequestThreadManager::Wait |
( |
| ) |
|
|
inlineoverridevirtual |
◆ cq_timeout_msec_
int grpc::Server::SyncRequestThreadManager::cq_timeout_msec_ |
|
private |
◆ global_callbacks_
◆ has_sync_method_
bool grpc::Server::SyncRequestThreadManager::has_sync_method_ = false |
|
private |
◆ server_
Server* grpc::Server::SyncRequestThreadManager::server_ |
|
private |
◆ server_cq_
◆ unknown_method_
The documentation for this class was generated from the following file: