Uses of Class
org.opendaylight.neutron.spi.NeutronTapFlow
-
Packages that use NeutronTapFlow Package Description org.opendaylight.neutron.spi org.opendaylight.neutron.transcriber -
-
Uses of NeutronTapFlow in org.opendaylight.neutron.spi
Methods in org.opendaylight.neutron.spi that return NeutronTapFlow Modifier and Type Method Description NeutronTapFlow
INeutronTapFlowCRUD. getTapFlow(String tapServiceUUID, String tapFlowUUID)
Applications call this interface method to get a NeutronTapFlow object.Methods in org.opendaylight.neutron.spi with parameters of type NeutronTapFlow Modifier and Type Method Description boolean
INeutronTapFlowCRUD. addTapFlow(NeutronTapFlow input)
Applications call this interface method to add a NeutronTapFlow object to the concurrent map.protected boolean
NeutronTapFlow. extractField(String field, NeutronTapFlow ans)
void
INeutronTapFlowCRUD. updateTapFlow(NeutronTapFlow input)
Applications call this interface method to update a NeutronTapFlow object to the concurrent map. -
Uses of NeutronTapFlow in org.opendaylight.neutron.transcriber
Methods in org.opendaylight.neutron.transcriber that return NeutronTapFlow Modifier and Type Method Description protected NeutronTapFlow
NeutronTapFlowInterface. fromMd(TapFlow flow)
NeutronTapFlow
NeutronTapFlowInterface. getTapFlow(String tapServiceUUID, String tapFlowUUID)
Methods in org.opendaylight.neutron.transcriber with parameters of type NeutronTapFlow Modifier and Type Method Description boolean
NeutronTapFlowInterface. addTapFlow(NeutronTapFlow tapFlow)
protected TapFlow
NeutronTapFlowInterface. toMd(NeutronTapFlow flow)
void
NeutronTapFlowInterface. updateTapFlow(NeutronTapFlow tapFlow)
-