Class SubnetDataProcessor
- java.lang.Object
-
- org.opendaylight.lispflowmapping.neutron.SubnetDataProcessor
-
- All Implemented Interfaces:
DataProcessor<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet>
@Deprecated public class SubnetDataProcessor extends java.lang.Object implements DataProcessor<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet>
Deprecated.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.- Author:
- Vina Ermagan
-
-
Constructor Summary
Constructors Constructor Description SubnetDataProcessor(ILispNeutronService lispNeutronService)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
create(org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet subnet)
Deprecated.Method adds the newly created subnet as an EID prefix to the MappingService.void
delete(org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet subnet)
Deprecated.Method removes the EID prefix and key associated with the deleted subnet from Lisp mapping service.void
update(org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet subnet)
Deprecated.This method updates a DataObject.
-
-
-
Constructor Detail
-
SubnetDataProcessor
public SubnetDataProcessor(ILispNeutronService lispNeutronService)
Deprecated.
-
-
Method Detail
-
create
public void create(org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet subnet)
Deprecated.Method adds the newly created subnet as an EID prefix to the MappingService. The subnet's network UUID is used as the key for this EID prefix.- Specified by:
create
in interfaceDataProcessor<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet>
- Parameters:
subnet
- - the object of type DataObject that has changed
-
update
public void update(org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet subnet)
Deprecated.Description copied from interface:DataProcessor
This method updates a DataObject.- Specified by:
update
in interfaceDataProcessor<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet>
- Parameters:
subnet
- - the object of type DataObject that has changed
-
delete
public void delete(org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet subnet)
Deprecated.Method removes the EID prefix and key associated with the deleted subnet from Lisp mapping service.- Specified by:
delete
in interfaceDataProcessor<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet>
- Parameters:
subnet
- - the object of type DataObject that has changed
-
-