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)
Invokeget-elan-interface-statistics
RPC.
-
-
-
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)
Description copied from interface:ElanStatisticsService
Invokeget-elan-interface-statistics
RPC.- Specified by:
getElanInterfaceStatistics
in interfaceElanStatisticsService
- Parameters:
input
- ofget-elan-interface-statistics
- Returns:
- output of
get-elan-interface-statistics
-
-