|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OFBucket | |
---|---|
org.openflow.protocol | |
org.openflow.protocol.statistics |
Uses of OFBucket in org.openflow.protocol |
---|
Fields in org.openflow.protocol with type parameters of type OFBucket | |
---|---|
protected java.util.List<OFBucket> |
OFGroupMod.buckets
|
Methods in org.openflow.protocol that return OFBucket | |
---|---|
OFBucket |
OFBucket.setActions(java.util.List<OFAction> actions)
Sets the list of actions this bucket contains |
OFBucket |
OFBucket.setLength(short length)
Sets the length of this bucket |
OFBucket |
OFBucket.setWatchGroup(int watchGroup)
Sets the watchGroup for this bucket |
OFBucket |
OFBucket.setWatchPort(int watchPort)
Sets the watchPort for this bucket |
OFBucket |
OFBucket.setWeight(short weight)
Sets the weight of this bucket |
Methods in org.openflow.protocol that return types with arguments of type OFBucket | |
---|---|
java.util.List<OFBucket> |
OFGroupMod.getBuckets()
Returns read-only copies of the buckets |
Method parameters in org.openflow.protocol with type arguments of type OFBucket | |
---|---|
OFGroupMod |
OFGroupMod.setBuckets(java.util.List<OFBucket> buckets)
Sets the list of buckets this groupmod contains |
Uses of OFBucket in org.openflow.protocol.statistics |
---|
Fields in org.openflow.protocol.statistics with type parameters of type OFBucket | |
---|---|
protected java.util.List<OFBucket> |
OFGroupDescription.buckets
|
Methods in org.openflow.protocol.statistics that return types with arguments of type OFBucket | |
---|---|
java.util.List<OFBucket> |
OFGroupDescription.getBuckets()
|
Method parameters in org.openflow.protocol.statistics with type arguments of type OFBucket | |
---|---|
OFGroupDescription |
OFGroupDescription.setBuckets(java.util.List<OFBucket> buckets)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |