Interface OpendaylightPortStatisticsService

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

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

      • getAllNodeConnectorsStatistics

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllNodeConnectorsStatisticsOutput>> getAllNodeConnectorsStatistics​(GetAllNodeConnectorsStatisticsInput input)
        Invoke get-all-node-connectors-statistics RPC.
             
                 Get statistics for all node connectors from the node
             
         
        Parameters:
        input - of get-all-node-connectors-statistics
        Returns:
        output of get-all-node-connectors-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