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