Uses of Interface
org.opendaylight.lispflowmapping.interfaces.mappingservice.IMappingService
-
Packages that use IMappingService Package Description org.opendaylight.lispflowmapping.implementation org.opendaylight.lispflowmapping.implementation.lisp -
-
Uses of IMappingService in org.opendaylight.lispflowmapping.implementation
Classes in org.opendaylight.lispflowmapping.implementation that implement IMappingService Modifier and Type Class Description class
MappingService
Dispatcher of API calls that implements the RPC and Java APIs in mappingservice.yang and IMappingService respectively.Constructors in org.opendaylight.lispflowmapping.implementation with parameters of type IMappingService Constructor Description LispMappingService(org.opendaylight.mdsal.binding.api.NotificationService notificationService, IMappingService mappingService, OdlLispSbService odlLispService, org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider clusterSingletonService)
MappingServiceShell(IMappingService mappingService)
-
Uses of IMappingService in org.opendaylight.lispflowmapping.implementation.lisp
Constructors in org.opendaylight.lispflowmapping.implementation.lisp with parameters of type IMappingService Constructor Description MapResolver(IMappingService mapService, boolean smr, java.lang.String elpPolicy, IMapRequestResultHandler requestHandler)
MapServer(IMappingService mapService, boolean subscriptionService, IMapNotifyHandler notifyHandler, org.opendaylight.mdsal.binding.api.NotificationService notificationService)
-