| Package | Description |
|---|---|
| org.onosproject.net.group |
Abstractions for interacting with device port groups.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupStore.UpdateType |
GroupStore.UpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupStore.UpdateType[] |
GroupStore.UpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupStore.updateGroupDescription(DeviceId deviceId,
GroupKey oldAppCookie,
GroupStore.UpdateType type,
GroupBuckets newBuckets,
GroupKey newAppCookie)
Updates the existing group entry with the information
from group description.
|
Copyright © 2015. All rights reserved.