|
GRPC Core
18.0.0
|
Public Member Functions | |
| AllocatingRequestMatcherBatch (Server *server, grpc_completion_queue *cq, std::function< BatchCallAllocation()> allocator) | |
| void | MatchOrQueue (size_t, CallData *calld) override |
Public Member Functions inherited from grpc_core::Server::AllocatingRequestMatcherBase | |
| AllocatingRequestMatcherBase (Server *server, grpc_completion_queue *cq) | |
| void | ZombifyPending () override |
| void | KillRequests (grpc_error_handle error) override |
| size_t | request_queue_count () const override |
| void | RequestCallWithPossiblePublish (size_t, RequestedCall *) final |
| Server * | server () const override |
| grpc_completion_queue * | cq () const |
| size_t | cq_idx () const |
Public Member Functions inherited from grpc_core::Server::RequestMatcherInterface | |
| virtual | ~RequestMatcherInterface () |
|
inline |
|
inlineoverridevirtual |
Implements grpc_core::Server::RequestMatcherInterface.