| Package | Description |
|---|---|
| org.onosproject.net.flow |
Flow rule model & related services API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
FlowEntry.FlowEntryState |
FlowEntry.state()
Returns the flow entry state.
|
FlowEntry.FlowEntryState |
DefaultFlowEntry.state() |
static FlowEntry.FlowEntryState |
FlowEntry.FlowEntryState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowEntry.FlowEntryState[] |
FlowEntry.FlowEntryState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoredFlowEntry.setState(FlowEntry.FlowEntryState newState)
Sets the new state for this entry.
|
void |
DefaultFlowEntry.setState(FlowEntry.FlowEntryState newState) |
| Constructor and Description |
|---|
DefaultFlowEntry(DeviceId deviceId,
TrafficSelector selector,
TrafficTreatment treatment,
int priority,
FlowEntry.FlowEntryState state,
long life,
long packets,
long bytes,
long flowId,
int timeout) |
DefaultFlowEntry(FlowRule rule,
FlowEntry.FlowEntryState state,
long life,
long packets,
long bytes) |
Copyright © 2015. All rights reserved.