Class AclLiveStatisticsRpcServiceImpl
- java.lang.Object
 - 
- org.opendaylight.netvirt.aclservice.stats.AclLiveStatisticsRpcServiceImpl
 
 
- 
- All Implemented Interfaces:
 AclLiveStatisticsService,org.opendaylight.yangtools.yang.binding.RpcService
@Singleton public class AclLiveStatisticsRpcServiceImpl extends java.lang.Object implements AclLiveStatisticsService
The class provides RPC service implementation forAclLiveStatisticsService. 
- 
- 
Constructor Summary
Constructors Constructor Description AclLiveStatisticsRpcServiceImpl(AclserviceConfig config, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.OpendaylightDirectStatisticsService odlDirectStatsService)Instantiates a new acl live statistics rpc service impl. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAclPortStatisticsOutput>>getAclPortStatistics(GetAclPortStatisticsInput input)Get ACL statistics for given list of ports 
 - 
 
- 
- 
Constructor Detail
- 
AclLiveStatisticsRpcServiceImpl
@Inject public AclLiveStatisticsRpcServiceImpl(AclserviceConfig config, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.OpendaylightDirectStatisticsService odlDirectStatsService)
Instantiates a new acl live statistics rpc service impl.- Parameters:
 config- the configdataBroker- the data brokerodlDirectStatsService- the odl direct stats service
 
 - 
 
- 
Method Detail
- 
getAclPortStatistics
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAclPortStatisticsOutput>> getAclPortStatistics(GetAclPortStatisticsInput input)
Description copied from interface:AclLiveStatisticsServiceGet ACL statistics for given list of ports- Specified by:
 getAclPortStatisticsin interfaceAclLiveStatisticsService
 
 - 
 
 -