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 SummaryConstructors Constructor Description ElanStatisticsImpl(org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager interfaceManager, ElanInterfaceCache elanInterfaceCache)
 - 
Method SummaryAll 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)Invokeget-elan-interface-statisticsRPC.
 
- 
- 
- 
Constructor Detail- 
ElanStatisticsImpl@Inject public ElanStatisticsImpl(org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager interfaceManager, ElanInterfaceCache elanInterfaceCache)
 
- 
 - 
Method Detail- 
getElanInterfaceStatisticspublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetElanInterfaceStatisticsOutput>> getElanInterfaceStatistics(GetElanInterfaceStatisticsInput input) Description copied from interface:ElanStatisticsServiceInvokeget-elan-interface-statisticsRPC.- Specified by:
- getElanInterfaceStatisticsin interface- ElanStatisticsService
- Parameters:
- input- of- get-elan-interface-statistics
- Returns:
- output of get-elan-interface-statistics
 
 
- 
 
-