| Package | Description |
|---|---|
| org.onosproject.net.group |
Abstractions for interacting with device port groups.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StoredGroupBucketEntry
Generic group bucket entry representation that is stored in a
group object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGroupBucket
Group bucket implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupBucket |
DefaultGroupBucket.createFailoverGroupBucket(TrafficTreatment treatment,
PortNumber watchPort,
GroupId watchGroup)
Creates failover group bucket with watchport or watchgroup.
|
static GroupBucket |
DefaultGroupBucket.createIndirectGroupBucket(TrafficTreatment treatment)
Creates indirect group bucket.
|
static GroupBucket |
DefaultGroupBucket.createSelectGroupBucket(TrafficTreatment treatment)
Creates select group bucket with weight as 1.
|
static GroupBucket |
DefaultGroupBucket.createSelectGroupBucket(TrafficTreatment treatment,
short weight)
Creates select group bucket with specified weight.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupBucket> |
GroupBuckets.buckets()
Returns immutable list of group buckets.
|
| Constructor and Description |
|---|
GroupBuckets(List<GroupBucket> buckets)
Creates a immutable list of group bucket.
|
Copyright © 2015. All rights reserved.