| Modifier and Type | Method and Description |
|---|---|
static OFStatTriggerFlags |
OFStatTriggerFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFStatTriggerFlags[] |
OFStatTriggerFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OFStatTriggerFlags> |
OFInstructionStatTrigger.getFlags() |
Set<OFStatTriggerFlags> |
OFInstructionStatTrigger.Builder.getFlags() |
| Modifier and Type | Method and Description |
|---|---|
OFInstructionStatTrigger.Builder |
OFInstructionStatTrigger.Builder.setFlags(Set<OFStatTriggerFlags> flags) |
OFInstructionStatTrigger |
OFInstructions.statTrigger(Set<OFStatTriggerFlags> flags,
OFOxsList thresholds) |
| Modifier and Type | Method and Description |
|---|---|
OFInstructionStatTrigger |
OFInstructionsVer10.statTrigger(Set<OFStatTriggerFlags> flags,
OFOxsList thresholds) |
| Modifier and Type | Method and Description |
|---|---|
OFInstructionStatTrigger |
OFInstructionsVer11.statTrigger(Set<OFStatTriggerFlags> flags,
OFOxsList thresholds) |
| Modifier and Type | Method and Description |
|---|---|
OFInstructionStatTrigger |
OFInstructionsVer12.statTrigger(Set<OFStatTriggerFlags> flags,
OFOxsList thresholds) |
| Modifier and Type | Method and Description |
|---|---|
OFInstructionStatTrigger |
OFInstructionsVer13.statTrigger(Set<OFStatTriggerFlags> flags,
OFOxsList thresholds) |
| Modifier and Type | Method and Description |
|---|---|
OFInstructionStatTrigger |
OFInstructionsVer14.statTrigger(Set<OFStatTriggerFlags> flags,
OFOxsList thresholds) |
| Modifier and Type | Method and Description |
|---|---|
static Set<OFStatTriggerFlags> |
OFStatTriggerFlagsSerializerVer15.ofWireValue(int val) |
static Set<OFStatTriggerFlags> |
OFStatTriggerFlagsSerializerVer15.readFrom(io.netty.buffer.ByteBuf bb) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OFStatTriggerFlagsSerializerVer15.putTo(Set<OFStatTriggerFlags> set,
com.google.common.hash.PrimitiveSink sink) |
OFInstructionStatTrigger |
OFInstructionsVer15.statTrigger(Set<OFStatTriggerFlags> flags,
OFOxsList thresholds) |
static int |
OFStatTriggerFlagsSerializerVer15.toWireValue(Set<OFStatTriggerFlags> set) |
static void |
OFStatTriggerFlagsSerializerVer15.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFStatTriggerFlags> set) |
Copyright © 2020. All rights reserved.