Uses of Enum Class
org.opendaylight.lispflowmapping.interfaces.mappingservice.IMappingService.LookupPolicy
Packages that use IMappingService.LookupPolicy
Package
Description
-
Uses of IMappingService.LookupPolicy in org.opendaylight.lispflowmapping.config
Methods in org.opendaylight.lispflowmapping.config that return IMappingService.LookupPolicyMethods in org.opendaylight.lispflowmapping.config with parameters of type IMappingService.LookupPolicyModifier and TypeMethodDescriptionvoid
ConfigIni.setLookupPolicy
(IMappingService.LookupPolicy lookupPolicy) Constructors in org.opendaylight.lispflowmapping.config with parameters of type IMappingService.LookupPolicyModifierConstructorDescriptionConfigIni
(boolean mappingMerge, boolean smr, IGenericMapResolver.ExplicitLocatorPathPolicy elpPolicy, IMappingService.LookupPolicy lookupPolicy, long registrationValidityMillis, int smrRetryCount, long smrTimeoutMillis, int negativeMappingTtl) -
Uses of IMappingService.LookupPolicy in org.opendaylight.lispflowmapping.implementation
Methods in org.opendaylight.lispflowmapping.implementation with parameters of type IMappingService.LookupPolicyModifier and TypeMethodDescriptionvoid
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.LookupPolicyModifier and TypeMethodDescriptionstatic IMappingService.LookupPolicy
Returns the enum constant of this class with the specified name.static IMappingService.LookupPolicy[]
IMappingService.LookupPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.lispflowmapping.interfaces.mappingservice with parameters of type IMappingService.LookupPolicyModifier and TypeMethodDescriptionvoid
IMappingService.setLookupPolicy
(IMappingService.LookupPolicy policy) Configures Mapping Service mapping lookup policy option.