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)
Invokeget-acl-port-statistics
RPC.
-
-
-
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:AclLiveStatisticsService
Invokeget-acl-port-statistics
RPC.Get ACL statistics for given list of ports
- Specified by:
getAclPortStatistics
in interfaceAclLiveStatisticsService
- Parameters:
input
- ofget-acl-port-statistics
- Returns:
- output of
get-acl-port-statistics
-
-