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
ConstructorsConstructorDescriptionGetFlowTablesStatisticsImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected OfHeaderbuildRequest(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, handleAndNotifyMethods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractMultipartService
createCallback, handleServiceCallMethods inherited from class org.opendaylight.openflowplugin.impl.services.AbstractService
canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifierMethods 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.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:
invokein interfaceGetFlowTablesStatistics- Specified by:
invokein interfaceorg.opendaylight.yangtools.binding.Rpc<GetFlowTablesStatisticsInput,GetFlowTablesStatisticsOutput>
-
buildRequest
Deprecated.- Specified by:
buildRequestin classAbstractService<GetFlowTablesStatisticsInput,List<MultipartReply>>
-
buildTxCapableResult
Deprecated. -
transformToNotification
public FlowTableStatisticsUpdate transformToNotification(List<MultipartReply> mpReplyList, TransactionId emulatedTxId) Deprecated.
-