5.6.5.6. vlcp.service.sdn.ioprocessing

Note

This document is generated from the source file.

View Source on GitHub

Created on 2016/4/13

author:hubo
class vlcp.service.sdn.ioprocessing.DataObjectChanged(*args, **kwargs)
class vlcp.service.sdn.ioprocessing.IOFlowUpdater(connection, systemid, bridgename, parent)
__init__(connection, systemid, bridgename, parent)

Create the routine container.

Parameters:
  • scheduler – The scheduler. This must be set; if None is used, it must be set with container.bind(scheduler) before using.
  • daemon – If daemon = True, the main routine container.main is set to be a daemon routine. A daemon routine does not stop the scheduler from quitting; if all non-daemon routines are quit, the scheduler stops.
class vlcp.service.sdn.ioprocessing.IOProcessing(server)

Ingress and Egress processing

__init__(server)

Constructor