public final class OpendaylightFlowTableStatisticsServiceImpl extends AbstractCompatibleStatService<GetFlowTablesStatisticsInput,GetFlowTablesStatisticsOutput,FlowTableStatisticsUpdate> implements OpendaylightFlowTableStatisticsService
Constructor and Description |
---|
OpendaylightFlowTableStatisticsServiceImpl(RequestContextStack requestContextStack,
DeviceContext deviceContext,
AtomicLong compatibilityXidSeed,
org.opendaylight.controller.md.sal.binding.api.NotificationPublishService notificationPublishService) |
Modifier and Type | Method and Description |
---|---|
protected OfHeader |
buildRequest(Xid xid,
GetFlowTablesStatisticsInput input) |
GetFlowTablesStatisticsOutput |
buildTxCapableResult(TransactionId emulatedTxId) |
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowTablesStatisticsOutput>> |
getFlowTablesStatistics(GetFlowTablesStatisticsInput input)
Fetch statistics of all the flow tables present on the tarnet node
|
FlowTableStatisticsUpdate |
transformToNotification(List<MultipartReply> mpReplyList,
TransactionId emulatedTxId) |
getOfVersion, handleAndNotify
createCallback, handleServiceCall
canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifier
public OpendaylightFlowTableStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.controller.md.sal.binding.api.NotificationPublishService notificationPublishService)
public Future<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowTablesStatisticsOutput>> getFlowTablesStatistics(GetFlowTablesStatisticsInput input)
OpendaylightFlowTableStatisticsService
getFlowTablesStatistics
in interface OpendaylightFlowTableStatisticsService
java.util.concurrent.Future
flowTablesStatistics
, or null
if not presentprotected OfHeader buildRequest(Xid xid, GetFlowTablesStatisticsInput input) throws ServiceException
buildRequest
in class AbstractService<GetFlowTablesStatisticsInput,List<MultipartReply>>
ServiceException
public GetFlowTablesStatisticsOutput buildTxCapableResult(TransactionId emulatedTxId)
public FlowTableStatisticsUpdate transformToNotification(List<MultipartReply> mpReplyList, TransactionId emulatedTxId)
Copyright © 2018 OpenDaylight. All rights reserved.