Uses of Interface
org.opendaylight.lispflowmapping.interfaces.dao.IRowVisitor
-
Packages that use IRowVisitor Package Description org.opendaylight.lispflowmapping.inmemorydb org.opendaylight.lispflowmapping.interfaces.dao -
-
Uses of IRowVisitor in org.opendaylight.lispflowmapping.inmemorydb
Methods in org.opendaylight.lispflowmapping.inmemorydb with parameters of type IRowVisitor Modifier and Type Method Description void
HashMapDb. getAll(IRowVisitor visitor)
-
Uses of IRowVisitor in org.opendaylight.lispflowmapping.interfaces.dao
Methods in org.opendaylight.lispflowmapping.interfaces.dao with parameters of type IRowVisitor Modifier and Type Method Description void
ILispDAO. getAll(IRowVisitor visitor)
Enumerate all the entries from the DAO.
-