public interface LearningSwitchHandler
Modifier and Type | Method and Description |
---|---|
void |
onSwitchAppeared(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Table> tablePath)
Invoked when a switch appears.
|
void |
setDataStoreAccessor(FlowCommitWrapper dataStoreAccessor)
Sets the data store accessor.
|
void |
setPacketProcessingService(PacketProcessingService packetProcessingService)
Sets the PacketProcessingService.
|
void |
setRegistrationPublisher(DataTreeChangeListenerRegistrationHolder registrationPublisher)
Sets the DataTreeChangeListener registration publisher.
|
void onSwitchAppeared(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Table> tablePath)
tablePath
- the table pathvoid setPacketProcessingService(PacketProcessingService packetProcessingService)
packetProcessingService
- the packetProcessingService to setvoid setDataStoreAccessor(FlowCommitWrapper dataStoreAccessor)
dataStoreAccessor
- the dataStoreAccessor to setvoid setRegistrationPublisher(DataTreeChangeListenerRegistrationHolder registrationPublisher)
registrationPublisher
- the registrationPublisher to setCopyright © 2018 OpenDaylight. All rights reserved.