Interface AclLiveStatisticsService

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

    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)
        Get ACL statistics for given list of ports