| Package | Description |
|---|---|
| org.onosproject.net.flow |
Flow rule model & related services API definitions.
|
| org.onosproject.net.statistic |
Service for looking up statistics on links.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StoredFlowEntry |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFlowEntry |
| Modifier and Type | Method and Description |
|---|---|
FlowEntry |
FlowRuleStore.getFlowEntry(FlowRule rule)
Returns the stored flow.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<FlowEntry> |
FlowRuleStore.getFlowEntries(DeviceId deviceId)
Returns the flow entries associated with a device.
|
Iterable<FlowEntry> |
FlowRuleService.getFlowEntries(DeviceId deviceId)
Returns the collection of flow entries applied on the specified device.
|
| Modifier and Type | Method and Description |
|---|---|
FlowRuleEvent |
FlowRuleStore.addOrUpdateFlowRule(FlowEntry rule)
Stores a new flow rule, or updates an existing entry.
|
void |
FlowRuleProviderService.flowRemoved(FlowEntry flowEntry)
Signals that a flow rule that was previously installed has been removed.
|
FlowRuleEvent |
FlowRuleStore.removeFlowRule(FlowEntry rule) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowRuleProviderService.pushFlowMetrics(DeviceId deviceId,
Iterable<FlowEntry> flowEntries)
Pushes the collection of flow entries currently applied on the given
device.
|
| Modifier and Type | Method and Description |
|---|---|
Set<FlowEntry> |
StatisticStore.getCurrentStatistic(ConnectPoint connectPoint)
Fetches the current observed stats values.
|
Set<FlowEntry> |
StatisticStore.getPreviousStatistic(ConnectPoint connectPoint)
Fetches the current observed stats values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticStore.addOrUpdateStatistic(FlowEntry rule)
Adds a stats observation for a flow rule.
|
Copyright © 2015. All rights reserved.