Uses of Class
org.opendaylight.lispflowmapping.interfaces.mappingservice.IMappingService.LookupPolicy
-
Packages that use IMappingService.LookupPolicy Package Description org.opendaylight.lispflowmapping.interfaces.mappingservice -
-
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(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.
-