public class SubnetDataProcessor extends Object implements DataProcessor<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet>
| Constructor and Description |
|---|
SubnetDataProcessor(ILispNeutronService lispNeutronService) |
| Modifier and Type | Method and Description |
|---|---|
void |
create(org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet subnet)
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)
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)
This method updates a DataObject.
|
public SubnetDataProcessor(ILispNeutronService lispNeutronService)
public void create(org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet subnet)
create in interface DataProcessor<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet>subnet - - the object of type DataObject that has changedpublic void update(org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet subnet)
DataProcessorupdate in interface DataProcessor<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet>subnet - - the object of type DataObject that has changedpublic void delete(org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet subnet)
delete in interface DataProcessor<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.subnets.rev150712.subnets.attributes.subnets.Subnet>subnet - - the object of type DataObject that has changedCopyright © 2019 OpenDaylight. All rights reserved.