Uses of Class
org.opendaylight.lispflowmapping.interfaces.mappingservice.IMappingService.LookupPolicy
-
-
Uses of IMappingService.LookupPolicy in org.opendaylight.lispflowmapping.config
Methods in org.opendaylight.lispflowmapping.config that return IMappingService.LookupPolicy Modifier and Type Method Description IMappingService.LookupPolicy
ConfigIni. getLookupPolicy()
Methods in org.opendaylight.lispflowmapping.config with parameters of type IMappingService.LookupPolicy Modifier and Type Method Description void
ConfigIni. setLookupPolicy(IMappingService.LookupPolicy lookupPolicy)
-
Uses of IMappingService.LookupPolicy in org.opendaylight.lispflowmapping.implementation
Methods in org.opendaylight.lispflowmapping.implementation with parameters of type IMappingService.LookupPolicy Modifier and Type Method Description void
MappingService. setLookupPolicy(IMappingService.LookupPolicy policy)
-
Uses of IMappingService.LookupPolicy in org.opendaylight.lispflowmapping.interfaces.mappingservice
Methods in org.opendaylight.lispflowmapping.interfaces.mappingservice that return IMappingService.LookupPolicy Modifier and Type Method Description static IMappingService.LookupPolicy
IMappingService.LookupPolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IMappingService.LookupPolicy[]
IMappingService.LookupPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.lispflowmapping.interfaces.mappingservice with parameters of type IMappingService.LookupPolicy Modifier and Type Method Description void
IMappingService. setLookupPolicy(IMappingService.LookupPolicy policy)
Configures Mapping Service mapping lookup policy option.
-