Package | Description |
---|---|
com.hp.of.lib.msg |
Representations of OpenFlow Protocol Messages.
|
Modifier and Type | Method and Description |
---|---|
MutableBucket |
MutableBucket.addAction(Action action)
Adds the specified action to this bucket; Since 1.1.
|
static MutableBucket |
BucketFactory.createMutableBucket(ProtocolVersion pv)
Creates a mutable bucket instance.
|
MutableBucket |
MutableBucket.watchGroup(GroupId watchGroup)
Sets the watch group for this bucket; Since 1.1.
|
MutableBucket |
MutableBucket.watchPort(BigPortNumber watchPort)
Sets the watch port for this bucket; Since 1.1.
|
MutableBucket |
MutableBucket.weight(int weight)
Sets the weight (u16) for this bucket; Since 1.1.
|
Copyright © 2015. All Rights Reserved.