public class OpendaylightFlowStatisticsServiceDelegateImpl extends Object implements OpendaylightFlowStatisticsService
| Constructor and Description |
|---|
OpendaylightFlowStatisticsServiceDelegateImpl(RequestContextStack requestContextStack,
DeviceContext deviceContext,
org.opendaylight.controller.md.sal.binding.api.NotificationPublishService notificationService,
AtomicLong compatibilityXidSeed,
ConvertorExecutor convertorExecutor) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForAllFlowsOutput>> |
getAggregateFlowStatisticsFromFlowTableForAllFlows(GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput input)
Fetch aggregate statistics for all the flows present in the specific flow table
of the switch
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForGivenMatchOutput>> |
getAggregateFlowStatisticsFromFlowTableForGivenMatch(GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input)
Deprecated.
this is the only method with real implementation provided, in delegate it makes no sense.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllFlowsStatisticsFromAllFlowTablesOutput>> |
getAllFlowsStatisticsFromAllFlowTables(GetAllFlowsStatisticsFromAllFlowTablesInput input)
Fetch statistics of all the flow present in all the flow tables of the switch
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllFlowStatisticsFromFlowTableOutput>> |
getAllFlowStatisticsFromFlowTable(GetAllFlowStatisticsFromFlowTableInput input)
Fetch statistics of all the flow present in the specific flow table of the
switch
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsFromFlowTableOutput>> |
getFlowStatisticsFromFlowTable(GetFlowStatisticsFromFlowTableInput input)
Fetch statistics of the specific flow present in the specific flow table of the
switch
|
public OpendaylightFlowStatisticsServiceDelegateImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, org.opendaylight.controller.md.sal.binding.api.NotificationPublishService notificationService, AtomicLong compatibilityXidSeed, ConvertorExecutor convertorExecutor)
@Deprecated public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForGivenMatchOutput>> getAggregateFlowStatisticsFromFlowTableForGivenMatch(GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input)
getAggregateFlowStatisticsFromFlowTableForGivenMatch in interface OpendaylightFlowStatisticsServicecom.google.common.util.concurrent.ListenableFuture aggregateFlowStatisticsFromFlowTableForGivenMatch, or null if not presentpublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForAllFlowsOutput>> getAggregateFlowStatisticsFromFlowTableForAllFlows(GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput input)
OpendaylightFlowStatisticsServicegetAggregateFlowStatisticsFromFlowTableForAllFlows in interface OpendaylightFlowStatisticsServicecom.google.common.util.concurrent.ListenableFuture aggregateFlowStatisticsFromFlowTableForAllFlows, or null if not presentpublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllFlowStatisticsFromFlowTableOutput>> getAllFlowStatisticsFromFlowTable(GetAllFlowStatisticsFromFlowTableInput input)
OpendaylightFlowStatisticsServicegetAllFlowStatisticsFromFlowTable in interface OpendaylightFlowStatisticsServicecom.google.common.util.concurrent.ListenableFuture allFlowStatisticsFromFlowTable, or null if not presentpublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllFlowsStatisticsFromAllFlowTablesOutput>> getAllFlowsStatisticsFromAllFlowTables(GetAllFlowsStatisticsFromAllFlowTablesInput input)
OpendaylightFlowStatisticsServicegetAllFlowsStatisticsFromAllFlowTables in interface OpendaylightFlowStatisticsServicecom.google.common.util.concurrent.ListenableFuture allFlowsStatisticsFromAllFlowTables, or null if not presentpublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsFromFlowTableOutput>> getFlowStatisticsFromFlowTable(GetFlowStatisticsFromFlowTableInput input)
OpendaylightFlowStatisticsServicegetFlowStatisticsFromFlowTable in interface OpendaylightFlowStatisticsServicecom.google.common.util.concurrent.ListenableFuture flowStatisticsFromFlowTable, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.