@Singleton public class AclLiveStatisticsRpcServiceImpl extends Object implements AclLiveStatisticsService
AclLiveStatisticsService.| Constructor and Description |
|---|
AclLiveStatisticsRpcServiceImpl(AclserviceConfig config,
org.opendaylight.controller.md.sal.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAclPortStatisticsOutput>> |
getAclPortStatistics(GetAclPortStatisticsInput input)
Get ACL statistics for given list of ports
|
@Inject public AclLiveStatisticsRpcServiceImpl(AclserviceConfig config, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.OpendaylightDirectStatisticsService odlDirectStatsService)
config - the configdataBroker - the data brokerodlDirectStatsService - the odl direct stats servicepublic Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAclPortStatisticsOutput>> getAclPortStatistics(GetAclPortStatisticsInput input)
AclLiveStatisticsServicegetAclPortStatistics in interface AclLiveStatisticsServicejava.util.concurrent.Future aclPortStatistics, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.