Class GetAllMeterStatisticsImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.statistics.services.GetAllMeterStatisticsImpl
- All Implemented Interfaces:
GetAllMeterStatistics,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<GetAllMeterStatisticsInput,,GetAllMeterStatisticsOutput>> org.opendaylight.yangtools.binding.Rpc<GetAllMeterStatisticsInput,GetAllMeterStatisticsOutput>
@Deprecated
public final class GetAllMeterStatisticsImpl
extends Object
implements GetAllMeterStatistics
Deprecated.
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111.GetAllMeterStatistics
QNAME -
Constructor Summary
ConstructorsConstructorDescriptionGetAllMeterStatisticsImpl(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<GetAllMeterStatisticsOutput>> invoke(GetAllMeterStatisticsInput input) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111.GetAllMeterStatistics
implementedInterface
-
Constructor Details
-
GetAllMeterStatisticsImpl
public GetAllMeterStatisticsImpl(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<GetAllMeterStatisticsOutput>> invoke(GetAllMeterStatisticsInput input) Deprecated.- Specified by:
invokein interfaceGetAllMeterStatistics- Specified by:
invokein interfaceorg.opendaylight.yangtools.binding.Rpc<GetAllMeterStatisticsInput,GetAllMeterStatisticsOutput>
-