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

Public Member Functions

def __init__
 
def join_fore_link
 
def join_rear_link
 
def accept_front_to_back_ticket
 
def accept_back_to_front_ticket
 

Detailed Description

A trivial implementation of interfaces.ForeLink and interfaces.RearLink.

Constructor & Destructor Documentation

def grpc.framework.base.in_memory.Link.__init__ (   self,
  pool 
)
Constructor.

Args:
  pool: A thread pool to be used for serializing ticket exchange in each
direction.

Member Function Documentation

def grpc.framework.base.in_memory.Link.accept_back_to_front_ticket (   self,
  ticket 
)
See interfaces.RearLink.accept_back_to_front_ticket for specification.
def grpc.framework.base.in_memory.Link.accept_front_to_back_ticket (   self,
  ticket 
)
See interfaces.ForeLink.accept_front_to_back_ticket for specification.
def grpc.framework.base.in_memory.Link.join_fore_link (   self,
  fore_link 
)
See interfaces.RearLink.join_fore_link for specification.
def grpc.framework.base.in_memory.Link.join_rear_link (   self,
  rear_link 
)
See interfaces.ForeLink.join_rear_link for specification.

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