Class ElanStatisticsImpl
- java.lang.Object
-
- org.opendaylight.netvirt.elan.statisitcs.ElanStatisticsImpl
-
- All Implemented Interfaces:
ElanStatisticsService
,org.opendaylight.yangtools.yang.binding.RpcService
@Singleton public class ElanStatisticsImpl extends java.lang.Object implements ElanStatisticsService
-
-
Constructor Summary
Constructors Constructor Description ElanStatisticsImpl(org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager interfaceManager, ElanInterfaceCache elanInterfaceCache)
-
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<GetElanInterfaceStatisticsOutput>>
getElanInterfaceStatistics(GetElanInterfaceStatisticsInput input)
-
-
-
Constructor Detail
-
ElanStatisticsImpl
@Inject public ElanStatisticsImpl(org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager interfaceManager, ElanInterfaceCache elanInterfaceCache)
-
-
Method Detail
-
getElanInterfaceStatistics
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetElanInterfaceStatisticsOutput>> getElanInterfaceStatistics(GetElanInterfaceStatisticsInput input)
- Specified by:
getElanInterfaceStatistics
in interfaceElanStatisticsService
-
-