Public Member Functions | |
def | __init__ |
def | join_fore_link |
def | accept_front_to_back_ticket |
def | operation_stats |
def | add_idle_action |
![]() | |
def | operation_stats |
def | add_idle_action |
![]() | |
def | accept_front_to_back_ticket |
def | join_fore_link |
An implementation of interfaces.BackLink.
def grpc.framework.base._ends.BackLink.__init__ | ( | self, | |
servicer, | |||
work_pool, | |||
transmission_pool, | |||
utility_pool, | |||
default_timeout, | |||
maximum_timeout | |||
) |
Constructor. Args: servicer: An interfaces.Servicer for servicing operations. work_pool: A thread pool in which to execute customer code. transmission_pool: A thread pool to use for transmitting to the other side of the operation. utility_pool: A thread pool for utility tasks. default_timeout: A length of time in seconds to be used as the default time alloted for a single operation. maximum_timeout: A length of time in seconds to be used as the maximum time alloted for a single operation.
def grpc.framework.base._ends.BackLink.accept_front_to_back_ticket | ( | self, | |
ticket | |||
) |
See interfaces.RearLink.accept_front_to_back_ticket for specification.
def grpc.framework.base._ends.BackLink.add_idle_action | ( | self, | |
action | |||
) |
See interfaces.End.add_idle_action for specification.
def grpc.framework.base._ends.BackLink.join_fore_link | ( | self, | |
fore_link | |||
) |
See interfaces.RearLink.join_fore_link for specification.
def grpc.framework.base._ends.BackLink.operation_stats | ( | self | ) |
See interfaces.End.operation_stats for specification.