public class OpendaylightFlowStatisticsServiceImpl extends Object implements OpendaylightFlowStatisticsService, Delegator<OpendaylightFlowStatisticsService>
| Constructor and Description |
|---|
OpendaylightFlowStatisticsServiceImpl(RequestContextStack requestContextStack,
DeviceContext deviceContext,
TranslatorLibrary translatorLibrary,
ConvertorExecutor convertorExecutor) |
| Modifier and Type | Method and Description |
|---|---|
static OpendaylightFlowStatisticsServiceImpl |
createWithOook(RequestContextStack requestContextStack,
DeviceContext deviceContext,
ConvertorExecutor convertorExecutor) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForAllFlowsOutput>> |
getAggregateFlowStatisticsFromFlowTableForAllFlows(GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput input)
Deprecated.
provided for Be-release as backward compatibility relic.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForGivenMatchOutput>> |
getAggregateFlowStatisticsFromFlowTableForGivenMatch(GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input)
Fetch aggregate statistics for flows filtered by - table (eventually all tables)
- match - port - group - cookie This values are contained in flow (among
others).
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllFlowsStatisticsFromAllFlowTablesOutput>> |
getAllFlowsStatisticsFromAllFlowTables(GetAllFlowsStatisticsFromAllFlowTablesInput input)
Deprecated.
provided for Be-release as backward compatibility relic.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllFlowStatisticsFromFlowTableOutput>> |
getAllFlowStatisticsFromFlowTable(GetAllFlowStatisticsFromFlowTableInput input)
Deprecated.
provided for Be-release as backward compatibility relic.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsFromFlowTableOutput>> |
getFlowStatisticsFromFlowTable(GetFlowStatisticsFromFlowTableInput input)
Deprecated.
provided for Be-release as backward compatibility relic.
|
void |
setDelegate(OpendaylightFlowStatisticsService delegate)
Setter.
|
public OpendaylightFlowStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, TranslatorLibrary translatorLibrary, ConvertorExecutor convertorExecutor)
public static OpendaylightFlowStatisticsServiceImpl createWithOook(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor)
public void setDelegate(OpendaylightFlowStatisticsService delegate)
DelegatorsetDelegate in interface Delegator<OpendaylightFlowStatisticsService>delegate - backend task executor@Deprecated public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForAllFlowsOutput>> getAggregateFlowStatisticsFromFlowTableForAllFlows(GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput input)
getAggregateFlowStatisticsFromFlowTableForAllFlows in interface OpendaylightFlowStatisticsServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForGivenMatchOutput>> getAggregateFlowStatisticsFromFlowTableForGivenMatch(GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input)
OpendaylightFlowStatisticsServicegetAggregateFlowStatisticsFromFlowTableForGivenMatch in interface OpendaylightFlowStatisticsService@Deprecated public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllFlowStatisticsFromFlowTableOutput>> getAllFlowStatisticsFromFlowTable(GetAllFlowStatisticsFromFlowTableInput input)
getAllFlowStatisticsFromFlowTable in interface OpendaylightFlowStatisticsService@Deprecated public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllFlowsStatisticsFromAllFlowTablesOutput>> getAllFlowsStatisticsFromAllFlowTables(GetAllFlowsStatisticsFromAllFlowTablesInput input)
getAllFlowsStatisticsFromAllFlowTables in interface OpendaylightFlowStatisticsService@Deprecated public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsFromFlowTableOutput>> getFlowStatisticsFromFlowTable(GetFlowStatisticsFromFlowTableInput input)
getFlowStatisticsFromFlowTable in interface OpendaylightFlowStatisticsServiceCopyright © 2019 OpenDaylight. All rights reserved.