Uses of Interface
org.opendaylight.lispflowmapping.interfaces.mappingservice.IMappingServiceShell
-
Packages that use IMappingServiceShell Package Description org.opendaylight.lispflowmapping.implementation org.opendaylight.lispflowmapping.shell -
-
Uses of IMappingServiceShell in org.opendaylight.lispflowmapping.implementation
Classes in org.opendaylight.lispflowmapping.implementation that implement IMappingServiceShell Modifier and Type Class Description class
MappingServiceShell
Implement Karaf commands to interact with the Mapping Service. -
Uses of IMappingServiceShell in org.opendaylight.lispflowmapping.shell
Methods in org.opendaylight.lispflowmapping.shell with parameters of type IMappingServiceShell Modifier and Type Method Description void
LispAddKey. setMappingServiceShell(IMappingServiceShell mappingServiceShell)
void
LispKeys. setMappingServiceShell(IMappingServiceShell mappingServiceShell)
void
LispMappings. setMappingServiceShell(IMappingServiceShell mappingServiceShell)
-