@Immutable public class LagId extends Object implements OFValueType<LagId>
| Modifier and Type | Field and Description |
|---|---|
static LagId |
FULL_MASK |
static LagId |
NO_MASK |
static LagId |
NONE |
| Modifier and Type | Method and Description |
|---|---|
LagId |
applyMask(LagId mask) |
int |
compareTo(LagId o) |
boolean |
equals(Object obj) |
int |
getInt() |
int |
getLength() |
int |
hashCode() |
static LagId |
of(int raw) |
void |
putTo(com.google.common.hash.PrimitiveSink sink) |
static LagId |
read4Bytes(org.jboss.netty.buffer.ChannelBuffer c) |
String |
toString() |
void |
write4Bytes(org.jboss.netty.buffer.ChannelBuffer c) |
public static final LagId NONE
public static final LagId NO_MASK
public static final LagId FULL_MASK
public static LagId of(int raw)
public int getInt()
public int getLength()
getLength in interface OFValueType<LagId>public void write4Bytes(org.jboss.netty.buffer.ChannelBuffer c)
public static LagId read4Bytes(org.jboss.netty.buffer.ChannelBuffer c)
public int compareTo(LagId o)
compareTo in interface Comparable<LagId>public LagId applyMask(LagId mask)
applyMask in interface OFValueType<LagId>public void putTo(com.google.common.hash.PrimitiveSink sink)
putTo in interface PrimitiveSinkableCopyright © 2016. All rights reserved.