Open Kilda Java Documentation
messageclasses.py File Reference

Go to the source code of this file.

Classes

class  topologylistener.messageclasses.MessageItem
 

Namespaces

 topologylistener.messageclasses
 

Functions

def topologylistener.messageclasses.update_config ()
 
def topologylistener.messageclasses.read_config ()
 

Variables

 topologylistener.messageclasses.logger = logging.getLogger(__name__)
 
 topologylistener.messageclasses.graph = flow_utils.graph
 
dictionary topologylistener.messageclasses.switch_states
 
string topologylistener.messageclasses.MT_SWITCH = "org.openkilda.messaging.info.event.SwitchInfoData"
 
string topologylistener.messageclasses.MT_SWITCH_EXTENDED = "org.openkilda.messaging.info.event.SwitchInfoExtendedData"
 
string topologylistener.messageclasses.MT_ISL = "org.openkilda.messaging.info.event.IslInfoData"
 
string topologylistener.messageclasses.MT_PORT = "org.openkilda.messaging.info.event.PortInfoData"
 
string topologylistener.messageclasses.MT_FLOW_INFODATA = "org.openkilda.messaging.info.flow.FlowInfoData"
 
string topologylistener.messageclasses.MT_FLOW_RESPONSE = "org.openkilda.messaging.info.flow.FlowResponse"
 
string topologylistener.messageclasses.MT_VALID_REQUEST = "org.openkilda.messaging.command.switches.SwitchRulesValidateRequest"
 
string topologylistener.messageclasses.MT_SYNC_REQUEST = "org.openkilda.messaging.command.switches.SwitchRulesSyncRequest"
 
string topologylistener.messageclasses.MT_NETWORK = "org.openkilda.messaging.info.discovery.NetworkInfoData"
 
string topologylistener.messageclasses.MT_SWITCH_RULES = "org.openkilda.messaging.info.rule.SwitchFlowEntries"
 
string topologylistener.messageclasses.MT_STATE_TOGGLE = "org.openkilda.messaging.command.system.FeatureToggleStateRequest"
 
string topologylistener.messageclasses.MT_TOGGLE = "org.openkilda.messaging.command.system.FeatureToggleRequest"
 
tuple topologylistener.messageclasses.MT_NETWORK_TOPOLOGY_CHANGE
 
string topologylistener.messageclasses.CD_NETWORK = "org.openkilda.messaging.command.discovery.NetworkCommandData"
 
string topologylistener.messageclasses.CD_FLOWS_SYNC_REQUEST = 'org.openkilda.messaging.command.FlowsSyncRequest'
 
string topologylistener.messageclasses.CD_LINK_PROPS_PUT = 'org.openkilda.messaging.te.request.LinkPropsPut'
 
string topologylistener.messageclasses.CD_LINK_PROPS_DROP = 'org.openkilda.messaging.te.request.LinkPropsDrop'
 
string topologylistener.messageclasses.FEATURE_SYNC_OFRULES = 'sync_rules_on_activation'
 
string topologylistener.messageclasses.FEATURE_REROUTE_ON_ISL_DISCOVERY = 'flows_reroute_on_isl_discovery'
 
string topologylistener.messageclasses.FEATURE_CREATE_FLOW = 'create_flow'
 
string topologylistener.messageclasses.FEATURE_UPDATE_FLOW = 'update_flow'
 
string topologylistener.messageclasses.FEATURE_DELETE_FLOW = 'delete_flow'
 
string topologylistener.messageclasses.FEATURE_PUSH_FLOW = 'push_flow'
 
string topologylistener.messageclasses.FEATURE_UNPUSH_FLOW = 'unpush_flow'
 
dictionary topologylistener.messageclasses.features_status
 
dictionary topologylistener.messageclasses.features_status_app_to_transport_map
 
dictionary topologylistener.messageclasses.features_status_transport_to_app_map
 
 topologylistener.messageclasses.neo4j_update_lock = threading.RLock()