Interface ElanStatisticsService

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

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

      • getElanInterfaceStatistics

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