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

Public Member Functions

def __init__
 
def join_rear_link
 
def operation_stats
 
def add_idle_action
 
def operate
 
def accept_back_to_front_ticket
 
- Public Member Functions inherited from grpc.framework.base.interfaces.Front
def operate
 
- Public Member Functions inherited from grpc.framework.base.interfaces.End
def operation_stats
 
def add_idle_action
 

Detailed Description

An implementation of interfaces.FrontLink.

Constructor & Destructor Documentation

def grpc.framework.base._ends.FrontLink.__init__ (   self,
  work_pool,
  transmission_pool,
  utility_pool 
)
Constructor.

Args:
  work_pool: A thread pool to be used for executing customer code.
  transmission_pool: A thread pool to be used for transmitting values to
the other side of the operation.
  utility_pool: A thread pool to be used for utility tasks.

Member Function Documentation

def grpc.framework.base._ends.FrontLink.accept_back_to_front_ticket (   self,
  ticket 
)
See interfaces.End.act for specification.
def grpc.framework.base._ends.FrontLink.add_idle_action (   self,
  action 
)
See interfaces.End.add_idle_action for specification.
def grpc.framework.base._ends.FrontLink.join_rear_link (   self,
  rear_link 
)
See interfaces.ForeLink.join_rear_link for specification.
def grpc.framework.base._ends.FrontLink.operate (   self,
  name,
  payload,
  complete,
  timeout,
  subscription,
  trace_id 
)
See interfaces.Front.operate for specification.
def grpc.framework.base._ends.FrontLink.operation_stats (   self)
See interfaces.End.operation_stats for specification.

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