public class OFTableModPropEvictionFlagSerializerVer15 extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
IMPORTANCE_VAL |
static int |
LIFETIME_VAL |
static int |
OTHER_VAL |
| Constructor and Description |
|---|
OFTableModPropEvictionFlagSerializerVer15() |
| Modifier and Type | Method and Description |
|---|---|
static Set<OFTableModPropEvictionFlag> |
ofWireValue(int val) |
static void |
putTo(Set<OFTableModPropEvictionFlag> set,
com.google.common.hash.PrimitiveSink sink) |
static Set<OFTableModPropEvictionFlag> |
readFrom(io.netty.buffer.ByteBuf bb) |
static int |
toWireValue(Set<OFTableModPropEvictionFlag> set) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
Set<OFTableModPropEvictionFlag> set) |
public static final int OTHER_VAL
public static final int IMPORTANCE_VAL
public static final int LIFETIME_VAL
public OFTableModPropEvictionFlagSerializerVer15()
public static Set<OFTableModPropEvictionFlag> readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
Set<OFTableModPropEvictionFlag> set)
public static void putTo(Set<OFTableModPropEvictionFlag> set, com.google.common.hash.PrimitiveSink sink)
public static Set<OFTableModPropEvictionFlag> ofWireValue(int val)
public static int toWireValue(Set<OFTableModPropEvictionFlag> set)
Copyright © 2019. All rights reserved.