Open Kilda Java Documentation
topologylistener.link_props_utils Namespace Reference

Functions

def create_if_missing (tx, batch)
 
def read (tx, subject)
 
def drop (tx, subject)
 
def drop_by_mask (tx, mask)
 
def set_props_and_propagate_to_isl (tx, subject)
 
def set_props (tx, subject)
 
def push_props_to_isl (tx, subject, fields)
 
def fetch (tx, subject)
 

Variables

 logger = logging.getLogger(__name__)
 

Function Documentation

◆ create_if_missing()

def topologylistener.link_props_utils.create_if_missing (   tx,
  batch 
)

Definition at line 26 of file link_props_utils.py.

◆ drop()

def topologylistener.link_props_utils.drop (   tx,
  subject 
)

Definition at line 56 of file link_props_utils.py.

◆ drop_by_mask()

def topologylistener.link_props_utils.drop_by_mask (   tx,
  mask 
)

Definition at line 78 of file link_props_utils.py.

◆ fetch()

def topologylistener.link_props_utils.fetch (   tx,
  subject 
)

Definition at line 165 of file link_props_utils.py.

◆ push_props_to_isl()

def topologylistener.link_props_utils.push_props_to_isl (   tx,
  subject,
  fields 
)

Definition at line 134 of file link_props_utils.py.

◆ read()

def topologylistener.link_props_utils.read (   tx,
  subject 
)

Definition at line 51 of file link_props_utils.py.

◆ set_props()

def topologylistener.link_props_utils.set_props (   tx,
  subject 
)

Definition at line 114 of file link_props_utils.py.

◆ set_props_and_propagate_to_isl()

def topologylistener.link_props_utils.set_props_and_propagate_to_isl (   tx,
  subject 
)

Definition at line 108 of file link_props_utils.py.

Variable Documentation

◆ logger

topologylistener.link_props_utils.logger = logging.getLogger(__name__)

Definition at line 23 of file link_props_utils.py.