public class TopologyDataChangeCounterDeployer extends Object implements org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener<DataChangeCounterConfig>, AutoCloseable
Constructor and Description |
---|
TopologyDataChangeCounterDeployer(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker) |
Modifier and Type | Method and Description |
---|---|
void |
chandleCounterChange(String counterId,
String topologyName) |
void |
close() |
void |
deleteCounterChange(String counterId) |
void |
onDataTreeChanged(Collection<org.opendaylight.controller.md.sal.binding.api.DataTreeModification<DataChangeCounterConfig>> changes) |
void |
register() |
public TopologyDataChangeCounterDeployer(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker)
public void register()
public void onDataTreeChanged(@Nonnull Collection<org.opendaylight.controller.md.sal.binding.api.DataTreeModification<DataChangeCounterConfig>> changes)
onDataTreeChanged
in interface org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener<DataChangeCounterConfig>
public void deleteCounterChange(String counterId)
public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2018 OpenDaylight. All rights reserved.