Uses of Interface
org.opendaylight.lispflowmapping.interfaces.mapcache.IMappingSystem
-
Packages that use IMappingSystem Package Description org.opendaylight.lispflowmapping.implementation org.opendaylight.lispflowmapping.implementation.mdsal -
-
Uses of IMappingSystem in org.opendaylight.lispflowmapping.implementation
Classes in org.opendaylight.lispflowmapping.implementation that implement IMappingSystem Modifier and Type Class Description class
MappingSystem
The Mapping System coordinates caching of md-sal stored mappings and if so configured enables longest prefix match mapping lookups. -
Uses of IMappingSystem in org.opendaylight.lispflowmapping.implementation.mdsal
Constructors in org.opendaylight.lispflowmapping.implementation.mdsal with parameters of type IMappingSystem Constructor Description AuthenticationKeyDataListener(org.opendaylight.mdsal.binding.api.DataBroker broker, IMappingSystem mapSystem)
MappingDataListener(org.opendaylight.mdsal.binding.api.DataBroker broker, IMappingSystem msmr, org.opendaylight.mdsal.binding.api.NotificationPublishService nps)
-