public class OFTableModPropEvictionFlagSerializerVer14 extends Object
Modifier and Type | Field and Description |
---|---|
static int |
IMPORTANCE_VAL |
static int |
LIFETIME_VAL |
static int |
OTHER_VAL |
Constructor and Description |
---|
OFTableModPropEvictionFlagSerializerVer14() |
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(org.jboss.netty.buffer.ChannelBuffer bb) |
static int |
toWireValue(Set<OFTableModPropEvictionFlag> set) |
static void |
writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
Set<OFTableModPropEvictionFlag> set) |
public static final int OTHER_VAL
public static final int IMPORTANCE_VAL
public static final int LIFETIME_VAL
public OFTableModPropEvictionFlagSerializerVer14()
public static Set<OFTableModPropEvictionFlag> readFrom(org.jboss.netty.buffer.ChannelBuffer bb) throws OFParseError
OFParseError
public static void writeTo(org.jboss.netty.buffer.ChannelBuffer 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 © 2014. All rights reserved.