| Package | Description |
|---|---|
| org.onosproject.net.group |
Abstractions for interacting with device port groups.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Group
ONOS representation of group that is stored in the system.
|
interface |
StoredGroupEntry
Interface that defines set methods for a group entry
that is stored in the system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGroup
ONOS implementation of default group that is stored in the system.
|
class |
DefaultGroupDescription
Default implementation of group description interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupService.addGroup(GroupDescription groupDesc)
Creates a group in the specified device with the provided buckets.
|
void |
GroupStore.storeGroupDescription(GroupDescription groupDesc)
Stores a new group entry using the information from group description.
|
| Constructor and Description |
|---|
DefaultGroup(GroupId id,
GroupDescription groupDesc)
Default group object constructor with the parameters.
|
DefaultGroupDescription(GroupDescription groupDesc)
Constructor to be used by group subsystem internal components.
|
Copyright © 2015. All rights reserved.