| Package | Description |
|---|---|
| org.onosproject.net.group |
Abstractions for interacting with device port groups.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupEvent.Type |
GroupEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupEvent.Type[] |
GroupEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GroupEvent(GroupEvent.Type type,
Group group)
Creates an event of a given type and for the specified Group and the
current time.
|
GroupEvent(GroupEvent.Type type,
Group group,
long time)
Creates an event of a given type and for the specified Group and time.
|
Copyright © 2015. All rights reserved.