public interface StatsReaderCallback
StatsReaderCallback is a callback for accepting flow statistics
information sent by a switch.
This callback is always invoked on a global single thread.
| Modifier and Type | Method and Description |
|---|---|
void |
flowStatsReceived(org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.FlowAndStatisticsMap fstats)
Invoked when a flow statistics information has been received.
|
void |
transactionCanceled()
Invoked when the transaction for reading flow statistics has been
canceled.
|
void |
transactionCompleted()
Invoked when the transaction for reading flow statistics has been
completed successfully.
|
void flowStatsReceived(org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.FlowAndStatisticsMap fstats)
fstats - A FlowAndStatisticsMap instance which contains
the flow statistics send by the switch.void transactionCompleted()
void transactionCanceled()
Copyright © 2018 OpenDaylight. All rights reserved.