All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.Rpc<GetNodeConnectorStatisticsInput,GetNodeConnectorStatisticsOutput>>, org.opendaylight.yangtools.yang.binding.Rpc<GetNodeConnectorStatisticsInput,GetNodeConnectorStatisticsOutput>
All Known Implementing Classes:
AbstractGetNodeConnectorStatistics, MultiGetNodeConnectorStatistics, SingleGetNodeConnectorStatistics
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Generated("mdsal-binding-generator") public interface GetNodeConnectorStatistics extends org.opendaylight.yangtools.yang.binding.Rpc<GetNodeConnectorStatisticsInput,GetNodeConnectorStatisticsOutput>
Get statistics for given node connector from the node

This class represents the following YANG schema fragment defined in module opendaylight-direct-statistics

 rpc get-node-connector-statistics {
   input input {
     uses stats-input-common-grouping;
     leaf node-connector-id {
       type inv:node-connector-id;
     }
   }
   output output {
     uses portstat:node-connector-statistics-and-port-number-map;
   }
 }