public abstract class FlowStatsReader extends Object
FlowStatsReader reads statistics information about the specified
flow entries from switches.| Modifier and Type | Method and Description |
|---|---|
abstract VTNFuture<FlowStatsRecord> |
get(FlowCache fc)
Return a future associated with the transaction for reading flow
statistics information.
|
static FlowStatsReader |
getInstance(StatsReaderService srs,
int count)
Return a flow statistics reader.
|
public static final FlowStatsReader getInstance(StatsReaderService srs, int count)
srs - The flow statistics reader service.count - The estimated number of flow entries present in switches.FlowStatsReader instance.public abstract VTNFuture<FlowStatsRecord> get(FlowCache fc)
fc - The target flow entry.VTNFuture instance which returns the flow statistics
about the specified flow entry.Copyright © 2018 OpenDaylight. All rights reserved.