Class GetFlowStatisticsFromFlowTableImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.statistics.services.compatibility.GetFlowStatisticsFromFlowTableImpl
- All Implemented Interfaces:
GetFlowStatisticsFromFlowTable
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<GetFlowStatisticsFromFlowTableInput,
,GetFlowStatisticsFromFlowTableOutput>> org.opendaylight.yangtools.binding.Rpc<GetFlowStatisticsFromFlowTableInput,
GetFlowStatisticsFromFlowTableOutput>
@Deprecated
public final class GetFlowStatisticsFromFlowTableImpl
extends Object
implements GetFlowStatisticsFromFlowTable
Deprecated.
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.GetFlowStatisticsFromFlowTable
QNAME
-
Constructor Summary
ConstructorDescriptionGetFlowStatisticsFromFlowTableImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsFromFlowTableOutput>> 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.flow.statistics.rev130819.GetFlowStatisticsFromFlowTable
implementedInterface
-
Constructor Details
-
GetFlowStatisticsFromFlowTableImpl
public GetFlowStatisticsFromFlowTableImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationService) Deprecated.
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsFromFlowTableOutput>> invoke(GetFlowStatisticsFromFlowTableInput input) Deprecated.- Specified by:
invoke
in interfaceGetFlowStatisticsFromFlowTable
- Specified by:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<GetFlowStatisticsFromFlowTableInput,
GetFlowStatisticsFromFlowTableOutput>
-