| Package | Description |
|---|---|
| com.h3c.of.lib.mp |
Representations of OpenFlow Protocol Multipart Message bodies.
|
| com.h3c.of.lib.msg |
Representations of OpenFlow Protocol Messages.
|
| Modifier and Type | Method and Description |
|---|---|
List<Bucket> |
MBodyGroupDescStats.getBuckets()
Returns the list of buckets for this group; Since 1.1.
|
| Modifier and Type | Method and Description |
|---|---|
MBodyMutableGroupDescStats |
MBodyMutableGroupDescStats.buckets(List<Bucket> bkts)
Sets the buckets for this group; Since 1.1.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableBucket
Mutable subclass of
Bucket. |
| Modifier and Type | Method and Description |
|---|---|
List<Bucket> |
OfmGroupMod.getBuckets()
Returns the buckets associated with this group.
|
static List<Bucket> |
BucketFactory.parseBucketList(int targetRi,
OfPacketReader pkt,
ProtocolVersion pv)
Parses a list of bucket structures from the supplied buffer.
|
| Modifier and Type | Method and Description |
|---|---|
OfmMutableGroupMod |
OfmMutableGroupMod.addBucket(Bucket bucket)
Adds a bucket to this group-mod message; Since 1.1.
|
static void |
BucketFactory.encodeBucket(Bucket bucket,
OfPacketWriter pkt)
Encodes a bucket, writing it into the supplied buffer.
|
static int |
BucketFactory.getLength(Bucket bkt)
Returns the length for the given bucket, in bytes.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BucketFactory.encodeBucketList(List<Bucket> buckets,
OfPacketWriter pkt)
Encodes a list of buckets, writing them into the supplied buffer.
|
static String |
BucketFactory.toDebugString(int indent,
List<Bucket> bkt)
Outputs a list of buckets in debug string format.
|
Copyright © 2014. All Rights Reserved.