Interface OpendaylightFlowTableStatisticsService

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.RpcService
    All Known Implementing Classes:
    OpendaylightFlowTableStatisticsServiceImpl

    public interface OpendaylightFlowTableStatisticsService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module opendaylight-flow-table-statistics
     rpc get-flow-tables-statistics {
       status deprecated;
       input input {
         uses inv:node-context-ref;
       }
       output output {
         uses flow-table-and-statistics-map;
         uses tr:transaction-aware;
       }
     }
     
    • Method Detail

      • getFlowTablesStatistics

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowTablesStatisticsOutput>> getFlowTablesStatistics​(GetFlowTablesStatisticsInput input)
        Fetch statistics of all the flow tables present on the tarnet node