gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | List of all members
grpc.framework.base._ends.BackLink Class Reference
Inheritance diagram for grpc.framework.base._ends.BackLink:
grpc.framework.base.interfaces.BackLink grpc.framework.base.interfaces.Back grpc.framework.base.interfaces.RearLink grpc.framework.base.interfaces.End

Public Member Functions

def __init__
 
def join_fore_link
 
def accept_front_to_back_ticket
 
def operation_stats
 
def add_idle_action
 
- Public Member Functions inherited from grpc.framework.base.interfaces.End
def operation_stats
 
def add_idle_action
 

Detailed Description

An implementation of interfaces.BackLink.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.

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