Class GetFlowTablesStatisticsImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.services.AbstractService<GetFlowTablesStatisticsInput,List<MultipartReply>>
org.opendaylight.openflowplugin.impl.services.AbstractMultipartService<GetFlowTablesStatisticsInput,MultipartReply>
org.opendaylight.openflowplugin.impl.statistics.services.compatibility.AbstractCompatibleStatService<GetFlowTablesStatisticsInput,GetFlowTablesStatisticsOutput,FlowTableStatisticsUpdate>
org.opendaylight.openflowplugin.impl.statistics.services.GetFlowTablesStatisticsImpl
- All Implemented Interfaces:
BackwardCompatibleAtomicService<GetFlowTablesStatisticsInput,
,GetFlowTablesStatisticsOutput> GetFlowTablesStatistics
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<GetFlowTablesStatisticsInput,
,GetFlowTablesStatisticsOutput>> org.opendaylight.yangtools.binding.Rpc<GetFlowTablesStatisticsInput,
GetFlowTablesStatisticsOutput>
@Deprecated
public final class GetFlowTablesStatisticsImpl
extends AbstractCompatibleStatService<GetFlowTablesStatisticsInput,GetFlowTablesStatisticsOutput,FlowTableStatisticsUpdate>
implements GetFlowTablesStatistics
Deprecated.
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.table.statistics.rev131215.GetFlowTablesStatistics
QNAME
-
Constructor Summary
ConstructorDescriptionGetFlowTablesStatisticsImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeader
buildRequest
(Xid xid, GetFlowTablesStatisticsInput input) Deprecated.buildTxCapableResult
(TransactionId emulatedTxId) Deprecated.com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowTablesStatisticsOutput>> Deprecated.transformToNotification
(List<MultipartReply> mpReplyList, TransactionId emulatedTxId) Deprecated.Methods inherited from class org.opendaylight.openflowplugin.impl.statistics.services.compatibility.AbstractCompatibleStatService
getOfVersion, handleAndNotify
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractMultipartService
createCallback, handleServiceCall
Methods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractService
canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifier
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.table.statistics.rev131215.GetFlowTablesStatistics
implementedInterface
-
Constructor Details
-
GetFlowTablesStatisticsImpl
public GetFlowTablesStatisticsImpl(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<GetFlowTablesStatisticsOutput>> invoke(GetFlowTablesStatisticsInput input) Deprecated.- Specified by:
invoke
in interfaceGetFlowTablesStatistics
- Specified by:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<GetFlowTablesStatisticsInput,
GetFlowTablesStatisticsOutput>
-
buildRequest
Deprecated.- Specified by:
buildRequest
in classAbstractService<GetFlowTablesStatisticsInput,
List<MultipartReply>>
-
buildTxCapableResult
Deprecated. -
transformToNotification
public FlowTableStatisticsUpdate transformToNotification(List<MultipartReply> mpReplyList, TransactionId emulatedTxId) Deprecated.
-