| Package | Description |
|---|---|
| org.onosproject.net.group |
Abstractions for interacting with device port groups.
|
| Modifier and Type | Method and Description |
|---|---|
GroupBuckets |
GroupOperation.buckets()
Returns group buckets associated with the operation.
|
GroupBuckets |
GroupDescription.buckets()
Returns group buckets of a group.
|
GroupBuckets |
DefaultGroupDescription.buckets()
Returns group buckets of a group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupService.addBucketsToGroup(DeviceId deviceId,
GroupKey oldCookie,
GroupBuckets buckets,
GroupKey newCookie,
ApplicationId appId)
Appends buckets to existing group.
|
static GroupOperation |
GroupOperation.createAddGroupOperation(GroupId groupId,
GroupDescription.Type groupType,
GroupBuckets buckets)
Creates ADD group operation object.
|
static GroupOperation |
GroupOperation.createModifyGroupOperation(GroupId groupId,
GroupDescription.Type groupType,
GroupBuckets buckets)
Creates MODIFY group operation object.
|
void |
GroupService.removeBucketsFromGroup(DeviceId deviceId,
GroupKey oldCookie,
GroupBuckets buckets,
GroupKey newCookie,
ApplicationId appId)
Removes buckets from existing group.
|
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.
|
| Constructor and Description |
|---|
DefaultGroup(GroupId id,
DeviceId deviceId,
GroupDescription.Type type,
GroupBuckets buckets)
Default group object constructor with the available information
from data plane.
|
DefaultGroupDescription(DeviceId deviceId,
GroupDescription.Type type,
GroupBuckets buckets)
Constructor to be used by group subsystem internal components.
|
DefaultGroupDescription(DeviceId deviceId,
GroupDescription.Type type,
GroupBuckets buckets,
GroupKey appCookie,
Integer groupId,
ApplicationId appId)
Constructor to be used by north bound applications.
|
Copyright © 2015. All rights reserved.