Uses of Class
org.opendaylight.neutron.spi.NeutronSFCFlowClassifier
-
Packages that use NeutronSFCFlowClassifier Package Description org.opendaylight.neutron.northbound.api org.opendaylight.neutron.spi org.opendaylight.neutron.transcriber -
-
Uses of NeutronSFCFlowClassifier in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronSFCFlowClassifier Modifier and Type Method Description protected void
NeutronSFCFlowClassifiersNorthbound. updateDelta(String uuid, NeutronSFCFlowClassifier delta, NeutronSFCFlowClassifier original)
-
Uses of NeutronSFCFlowClassifier in org.opendaylight.neutron.spi
Methods in org.opendaylight.neutron.spi with parameters of type NeutronSFCFlowClassifier Modifier and Type Method Description protected boolean
NeutronSFCFlowClassifier. extractField(String field, NeutronSFCFlowClassifier ans)
-
Uses of NeutronSFCFlowClassifier in org.opendaylight.neutron.transcriber
Methods in org.opendaylight.neutron.transcriber that return NeutronSFCFlowClassifier Modifier and Type Method Description protected NeutronSFCFlowClassifier
NeutronSFCFlowClassifierInterface. fromMd(SfcFlowClassifier mdClassifier)
Methods in org.opendaylight.neutron.transcriber with parameters of type NeutronSFCFlowClassifier Modifier and Type Method Description protected SfcFlowClassifier
NeutronSFCFlowClassifierInterface. toMd(NeutronSFCFlowClassifier neutronClassifier)
-