| Package | Description |
|---|---|
| org.onosproject.net.group |
Abstractions for interacting with device port groups.
|
| Modifier and Type | Method and Description |
|---|---|
Group.GroupState |
Group.state()
Returns current state of a group object.
|
Group.GroupState |
DefaultGroup.state()
Returns current state of a group object.
|
static Group.GroupState |
Group.GroupState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Group.GroupState[] |
Group.GroupState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoredGroupEntry.setState(Group.GroupState newState)
Sets the new state for this entry.
|
void |
DefaultGroup.setState(Group.GroupState newState)
Sets the new state for this entry.
|
Copyright © 2015. All rights reserved.