Interface OpendaylightDirectStatisticsService

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

@Generated("mdsal-binding-generator") public interface OpendaylightDirectStatisticsService extends org.opendaylight.yangtools.yang.binding.RpcService
  • Method Details

    • getFlowStatistics

      @CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsOutput>> getFlowStatistics(GetFlowStatisticsInput input)
      Invoke get-flow-statistics RPC.
           
               Get statistics for given flow
           
       
      Parameters:
      input - of get-flow-statistics
      Returns:
      output of get-flow-statistics
    • getGroupStatistics

      @CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetGroupStatisticsOutput>> getGroupStatistics(GetGroupStatisticsInput input)
      Invoke get-group-statistics RPC.
           
               Get statistics for given group
           
       
      Parameters:
      input - of get-group-statistics
      Returns:
      output of get-group-statistics
    • getMeterStatistics

      @CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>> getMeterStatistics(GetMeterStatisticsInput input)
      Invoke get-meter-statistics RPC.
           
               Get statistics for given meter
           
       
      Parameters:
      input - of get-meter-statistics
      Returns:
      output of get-meter-statistics
    • getNodeConnectorStatistics

      @CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetNodeConnectorStatisticsOutput>> getNodeConnectorStatistics(GetNodeConnectorStatisticsInput input)
      Invoke get-node-connector-statistics RPC.
           
               Get statistics for given node connector from the node
           
       
      Parameters:
      input - of get-node-connector-statistics
      Returns:
      output of get-node-connector-statistics
    • getQueueStatistics

      @CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsOutput>> getQueueStatistics(GetQueueStatisticsInput input)
      Invoke get-queue-statistics RPC.
           
               Get statistics for given queues from given port of the node
           
       
      Parameters:
      input - of get-queue-statistics
      Returns:
      output of get-queue-statistics