| Package | Description |
|---|---|
| org.onosproject.net.group |
Abstractions for interacting with device port groups.
|
| Modifier and Type | Method and Description |
|---|---|
GroupDescription.Type |
GroupOperation.groupType()
Returns group type attribute of the operation.
|
GroupDescription.Type |
GroupDescription.type()
Returns type of a group object.
|
GroupDescription.Type |
GroupBucket.type()
Returns group type of the bucket.
|
GroupDescription.Type |
DefaultGroupDescription.type()
Returns type of a group object.
|
GroupDescription.Type |
DefaultGroupBucket.type() |
static GroupDescription.Type |
GroupDescription.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupDescription.Type[] |
GroupDescription.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupOperation |
GroupOperation.createAddGroupOperation(GroupId groupId,
GroupDescription.Type groupType,
GroupBuckets buckets)
Creates ADD group operation object.
|
static GroupOperation |
GroupOperation.createDeleteGroupOperation(GroupId groupId,
GroupDescription.Type groupType)
Creates DELETE group operation object.
|
static GroupOperation |
GroupOperation.createModifyGroupOperation(GroupId groupId,
GroupDescription.Type groupType,
GroupBuckets buckets)
Creates MODIFY group operation object.
|
| 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.