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.LookupPolicyConfigIni. getLookupPolicy()Methods in org.opendaylight.lispflowmapping.config with parameters of type IMappingService.LookupPolicy Modifier and Type Method Description voidConfigIni. 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 voidMappingService. 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.LookupPolicyIMappingService.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 voidIMappingService. setLookupPolicy(IMappingService.LookupPolicy policy)Configures Mapping Service mapping lookup policy option. 
 -