Interface AclLiveStatisticsService

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

    @Generated("mdsal-binding-generator")
    public interface AclLiveStatisticsService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module acl-live-statistics
     rpc get-acl-port-statistics {
       input input {
         uses acl-stats-input;
       }
       output output {
         uses acl-stats-output;
       }
     }
     
    • Method Detail

      • getAclPortStatistics

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAclPortStatisticsOutput>> getAclPortStatistics​(GetAclPortStatisticsInput input)
        Invoke get-acl-port-statistics RPC.
             
                 Get ACL statistics for given list of ports
             
         
        Parameters:
        input - of get-acl-port-statistics
        Returns:
        output of get-acl-port-statistics