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) |
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForAllFlowsOutput>> |
getAggregateFlowStatisticsFromFlowTableForAllFlows(GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput input)
Deprecated.
provided for Be-release as backward compatibility relic.
|
Future<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.
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAllFlowsStatisticsFromAllFlowTablesOutput>> |
getAllFlowsStatisticsFromAllFlowTables(GetAllFlowsStatisticsFromAllFlowTablesInput input)
Deprecated.
provided for Be-release as backward compatibility relic.
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAllFlowStatisticsFromFlowTableOutput>> |
getAllFlowStatisticsFromFlowTable(GetAllFlowStatisticsFromFlowTableInput input)
Deprecated.
provided for Be-release as backward compatibility relic.
|
Future<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)
Delegator
setDelegate
in interface Delegator<OpendaylightFlowStatisticsService>
delegate
- backend task executor@Deprecated public Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForAllFlowsOutput>> getAggregateFlowStatisticsFromFlowTableForAllFlows(GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput input)
getAggregateFlowStatisticsFromFlowTableForAllFlows
in interface OpendaylightFlowStatisticsService
java.util.concurrent.Future
aggregateFlowStatisticsFromFlowTableForAllFlows
, or null
if not presentpublic Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForGivenMatchOutput>> getAggregateFlowStatisticsFromFlowTableForGivenMatch(GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input)
OpendaylightFlowStatisticsService
getAggregateFlowStatisticsFromFlowTableForGivenMatch
in interface OpendaylightFlowStatisticsService
java.util.concurrent.Future
aggregateFlowStatisticsFromFlowTableForGivenMatch
, or null
if not present@Deprecated public Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAllFlowStatisticsFromFlowTableOutput>> getAllFlowStatisticsFromFlowTable(GetAllFlowStatisticsFromFlowTableInput input)
getAllFlowStatisticsFromFlowTable
in interface OpendaylightFlowStatisticsService
java.util.concurrent.Future
allFlowStatisticsFromFlowTable
, or null
if not present@Deprecated public Future<org.opendaylight.yangtools.yang.common.RpcResult<GetAllFlowsStatisticsFromAllFlowTablesOutput>> getAllFlowsStatisticsFromAllFlowTables(GetAllFlowsStatisticsFromAllFlowTablesInput input)
getAllFlowsStatisticsFromAllFlowTables
in interface OpendaylightFlowStatisticsService
java.util.concurrent.Future
allFlowsStatisticsFromAllFlowTables
, or null
if not present@Deprecated public Future<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsFromFlowTableOutput>> getFlowStatisticsFromFlowTable(GetFlowStatisticsFromFlowTableInput input)
getFlowStatisticsFromFlowTable
in interface OpendaylightFlowStatisticsService
java.util.concurrent.Future
flowStatisticsFromFlowTable
, or null
if not presentCopyright © 2018 OpenDaylight. All rights reserved.