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- cookieThis values are contained in flow (among
others).TODO:: filter values should be modeled more exact - omitting unusable
fields.
|
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 OpendaylightFlowStatisticsServicecom.google.common.util.concurrent.ListenableFuture aggregateFlowStatisticsFromFlowTableForAllFlows, or null if not presentpublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForGivenMatchOutput>> getAggregateFlowStatisticsFromFlowTableForGivenMatch(GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input)
OpendaylightFlowStatisticsServicegetAggregateFlowStatisticsFromFlowTableForGivenMatch in interface OpendaylightFlowStatisticsServicecom.google.common.util.concurrent.ListenableFuture aggregateFlowStatisticsFromFlowTableForGivenMatch, or null if not present@Deprecated public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllFlowStatisticsFromFlowTableOutput>> getAllFlowStatisticsFromFlowTable(GetAllFlowStatisticsFromFlowTableInput input)
getAllFlowStatisticsFromFlowTable in interface OpendaylightFlowStatisticsServicecom.google.common.util.concurrent.ListenableFuture allFlowStatisticsFromFlowTable, or null if not present@Deprecated public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllFlowsStatisticsFromAllFlowTablesOutput>> getAllFlowsStatisticsFromAllFlowTables(GetAllFlowsStatisticsFromAllFlowTablesInput input)
getAllFlowsStatisticsFromAllFlowTables in interface OpendaylightFlowStatisticsServicecom.google.common.util.concurrent.ListenableFuture allFlowsStatisticsFromAllFlowTables, or null if not present@Deprecated public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsFromFlowTableOutput>> getFlowStatisticsFromFlowTable(GetFlowStatisticsFromFlowTableInput input)
getFlowStatisticsFromFlowTable in interface OpendaylightFlowStatisticsServicecom.google.common.util.concurrent.ListenableFuture flowStatisticsFromFlowTable, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.