Class GetQueueStatisticsFromGivenPortImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.statistics.services.GetQueueStatisticsFromGivenPortImpl
- All Implemented Interfaces:
GetQueueStatisticsFromGivenPort
,org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.Rpc<GetQueueStatisticsFromGivenPortInput,
,GetQueueStatisticsFromGivenPortOutput>> org.opendaylight.yangtools.yang.binding.Rpc<GetQueueStatisticsFromGivenPortInput,
GetQueueStatisticsFromGivenPortOutput>
@Deprecated
public final class GetQueueStatisticsFromGivenPortImpl
extends Object
implements GetQueueStatisticsFromGivenPort
Deprecated.
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.queue.statistics.rev131216.GetQueueStatisticsFromGivenPort
QNAME
-
Constructor Summary
ConstructorDescriptionGetQueueStatisticsFromGivenPortImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsFromGivenPortOutput>>
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.queue.statistics.rev131216.GetQueueStatisticsFromGivenPort
implementedInterface
-
Constructor Details
-
GetQueueStatisticsFromGivenPortImpl
public GetQueueStatisticsFromGivenPortImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService) Deprecated.
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsFromGivenPortOutput>> invoke(GetQueueStatisticsFromGivenPortInput input) Deprecated.- Specified by:
invoke
in interfaceGetQueueStatisticsFromGivenPort
- Specified by:
invoke
in interfaceorg.opendaylight.yangtools.yang.binding.Rpc<GetQueueStatisticsFromGivenPortInput,
GetQueueStatisticsFromGivenPortOutput>
-