public class DefaultConfigPusher extends Object implements AutoCloseable, org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener<FlowCapableNode>
Constructor and Description |
---|
DefaultConfigPusher(NodeConfigService nodeConfigService,
org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
onDataTreeChanged(Collection<org.opendaylight.controller.md.sal.binding.api.DataTreeModification<FlowCapableNode>> modifications) |
void |
start() |
public DefaultConfigPusher(NodeConfigService nodeConfigService, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker)
public void start()
public void close()
close
in interface AutoCloseable
public void onDataTreeChanged(@Nonnull Collection<org.opendaylight.controller.md.sal.binding.api.DataTreeModification<FlowCapableNode>> modifications)
onDataTreeChanged
in interface org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener<FlowCapableNode>
Copyright © 2018 OpenDaylight. All rights reserved.