Interface InterfaceStatisticsService

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.RpcService

    @Generated("mdsal-binding-generator")
    public interface InterfaceStatisticsService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module interface-statistics
     rpc get-interface-statistics {
       input input {
         leaf interface-name {
           type leafref {
             path /if:interfaces/if:interface/if:name;
           }
         }
       }
       output output {
         container stat-result {
           uses stat-reply;
         }
       }
     }
     
    • Method Detail

      • getInterfaceStatistics

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetInterfaceStatisticsOutput>> getInterfaceStatistics​(GetInterfaceStatisticsInput input)
        Invoke get-interface-statistics RPC.
        Parameters:
        input - of get-interface-statistics
        Returns:
        output of get-interface-statistics