Interface ServiceNetworkLayerModifier<V extends ServiceNode,​E extends ServiceLeg,​S extends ServiceLegSegment>

    • Method Detail

      • removeUnmappedServiceNetworkEntities

        void removeUnmappedServiceNetworkEntities()
        Method that will remove all entities (service nodes, legs, leg segments) that have no mapping present to the underlying physical network layer the service network is attached to.

        Note that invoking this method will recreate all managed ids across the service network due to gaps occurring after removal of unmapped entries

        Should fire #RecreatedGraphEntitiesManagedIdsEvent after it has been executed