Uses of Interface
org.opendaylight.lispflowmapping.interfaces.mapcache.IMapCache
-
Packages that use IMapCache Package Description org.opendaylight.lispflowmapping.interfaces.mapcache org.opendaylight.lispflowmapping.mapcache -
-
Uses of IMapCache in org.opendaylight.lispflowmapping.interfaces.mapcache
Subinterfaces of IMapCache in org.opendaylight.lispflowmapping.interfaces.mapcache Modifier and Type Interface Description interface
ILispMapCache
LISP southbound control protocol specific additions to the map-cache interface. -
Uses of IMapCache in org.opendaylight.lispflowmapping.mapcache
Classes in org.opendaylight.lispflowmapping.mapcache that implement IMapCache Modifier and Type Class Description class
FlatMapCache
Flat key implementation of a map-cache.class
MultiTableMapCache
Multi table map-cache that works with 'simple' and SourceDest LCAF addresses (see lisp-proto.yang).class
SimpleMapCache
Simple map-cache that works with 'simple' addresses (see lisp-proto.yang).
-