Uses of Interface
org.opendaylight.lispflowmapping.neutron.DataProcessor
-
Packages that use DataProcessor Package Description org.opendaylight.lispflowmapping.neutron -
-
Uses of DataProcessor in org.opendaylight.lispflowmapping.neutron
Classes in org.opendaylight.lispflowmapping.neutron that implement DataProcessor Modifier and Type Class Description class
NetworkDataProcessor
LISP Service Implementation of creation and deletion of a Network.class
PortDataProcessor
Lisp Service implementation of NeutronPortAware API Creation of a new port results adding the mapping for the port's IP addresses to the port's host_ip in the mapping service.class
SubnetDataProcessor
Lisp Service implementation of creation and deletion of a Subnet results in defining the subnet as an EID prefix in the LISP Mapping System with subnet's network UUID as the key to use for registering mappings for the subnet.Constructors in org.opendaylight.lispflowmapping.neutron with parameters of type DataProcessor Constructor Description DelegatingDataTreeListener(DataProcessor<T> dataProcessor, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.DataTreeIdentifier<T> dataTreeIdentifier)
NetworkListener(DataProcessor<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.networks.rev150712.networks.attributes.networks.Network> dataProcessor, org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
PortListener(DataProcessor<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port> dataProcessor, org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
SubnetListener(DataProcessor<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet> dataProcessor, org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
-