![]() |
Open Kilda Java Documentation
|
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__) | |
| def topologylistener.link_props_utils.create_if_missing | ( | tx, | |
| batch | |||
| ) |
Definition at line 26 of file link_props_utils.py.
| def topologylistener.link_props_utils.drop | ( | tx, | |
| subject | |||
| ) |
Definition at line 56 of file link_props_utils.py.
| def topologylistener.link_props_utils.drop_by_mask | ( | tx, | |
| mask | |||
| ) |
Definition at line 78 of file link_props_utils.py.
| def topologylistener.link_props_utils.fetch | ( | tx, | |
| subject | |||
| ) |
Definition at line 165 of file link_props_utils.py.
| def topologylistener.link_props_utils.push_props_to_isl | ( | tx, | |
| subject, | |||
| fields | |||
| ) |
Definition at line 134 of file link_props_utils.py.
| def topologylistener.link_props_utils.read | ( | tx, | |
| subject | |||
| ) |
Definition at line 51 of file link_props_utils.py.
| def topologylistener.link_props_utils.set_props | ( | tx, | |
| subject | |||
| ) |
Definition at line 114 of file link_props_utils.py.
| def topologylistener.link_props_utils.set_props_and_propagate_to_isl | ( | tx, | |
| subject | |||
| ) |
Definition at line 108 of file link_props_utils.py.
| topologylistener.link_props_utils.logger = logging.getLogger(__name__) |
Definition at line 23 of file link_props_utils.py.