Interface OpendaylightFlowStatisticsListener

  • All Superinterfaces:
    EventListener, org.opendaylight.yangtools.yang.binding.NotificationListener

    public interface OpendaylightFlowStatisticsListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module opendaylight-flow-statistics
     notification flows-statistics-update {
       status deprecated;
       leaf moreReplies {
         type boolean;
       }
       uses inv:node;
       uses flow-and-statistics-map-list;
       uses tr:transaction-aware;
     }
     notification aggregate-flow-statistics-update {
       status deprecated;
       uses inv:node;
       uses stat-types:aggregate-flow-statistics;
       uses tr:multipart-transaction-aware;
     }
     
    • Method Detail

      • onFlowsStatisticsUpdate

        void onFlowsStatisticsUpdate​(FlowsStatisticsUpdate notification)
        Flows statistics sent by switch
      • onAggregateFlowStatisticsUpdate

        void onAggregateFlowStatisticsUpdate​(AggregateFlowStatisticsUpdate notification)
        Aggregate flow statistics for a table, sent by switch