Class GetAllMeterConfigStatisticsImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.statistics.services.GetAllMeterConfigStatisticsImpl
- All Implemented Interfaces:
GetAllMeterConfigStatistics
,org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.Rpc<GetAllMeterConfigStatisticsInput,
,GetAllMeterConfigStatisticsOutput>> org.opendaylight.yangtools.yang.binding.Rpc<GetAllMeterConfigStatisticsInput,
GetAllMeterConfigStatisticsOutput>
@Deprecated
public final class GetAllMeterConfigStatisticsImpl
extends Object
implements GetAllMeterConfigStatistics
Deprecated.
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111.GetAllMeterConfigStatistics
QNAME
-
Constructor Summary
ConstructorDescriptionGetAllMeterConfigStatisticsImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, ConvertorExecutor convertorExecutor) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterConfigStatisticsOutput>>
Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111.GetAllMeterConfigStatistics
implementedInterface
-
Constructor Details
-
GetAllMeterConfigStatisticsImpl
public GetAllMeterConfigStatisticsImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, ConvertorExecutor convertorExecutor) Deprecated.
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllMeterConfigStatisticsOutput>> invoke(GetAllMeterConfigStatisticsInput input) Deprecated.- Specified by:
invoke
in interfaceGetAllMeterConfigStatistics
- Specified by:
invoke
in interfaceorg.opendaylight.yangtools.yang.binding.Rpc<GetAllMeterConfigStatisticsInput,
GetAllMeterConfigStatisticsOutput>
-