| Modifier and Type | Method and Description |
|---|---|
static OFTableModPropEvictionFlag |
OFTableModPropEvictionFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFTableModPropEvictionFlag[] |
OFTableModPropEvictionFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OFTableModPropEvictionFlag> |
OFTableModPropEviction.getFlags() |
Set<OFTableModPropEvictionFlag> |
OFTableModPropEviction.Builder.getFlags() |
| Modifier and Type | Method and Description |
|---|---|
OFTableModPropEviction.Builder |
OFTableModPropEviction.Builder.setFlags(Set<OFTableModPropEvictionFlag> flags) |
OFTableModPropEviction |
OFFactory.tableModPropEviction(Set<OFTableModPropEvictionFlag> flags) |
| Modifier and Type | Method and Description |
|---|---|
OFTableModPropEviction |
OFFactoryVer10.tableModPropEviction(Set<OFTableModPropEvictionFlag> flags) |
| Modifier and Type | Method and Description |
|---|---|
OFTableModPropEviction |
OFFactoryVer11.tableModPropEviction(Set<OFTableModPropEvictionFlag> flags) |
| Modifier and Type | Method and Description |
|---|---|
OFTableModPropEviction |
OFFactoryVer12.tableModPropEviction(Set<OFTableModPropEvictionFlag> flags) |
| Modifier and Type | Method and Description |
|---|---|
OFTableModPropEviction |
OFFactoryVer13.tableModPropEviction(Set<OFTableModPropEvictionFlag> flags) |
| Modifier and Type | Method and Description |
|---|---|
static Set<OFTableModPropEvictionFlag> |
OFTableModPropEvictionFlagSerializerVer14.ofWireValue(int val) |
static Set<OFTableModPropEvictionFlag> |
OFTableModPropEvictionFlagSerializerVer14.readFrom(org.jboss.netty.buffer.ChannelBuffer bb) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OFTableModPropEvictionFlagSerializerVer14.putTo(Set<OFTableModPropEvictionFlag> set,
com.google.common.hash.PrimitiveSink sink) |
OFTableModPropEviction |
OFFactoryVer14.tableModPropEviction(Set<OFTableModPropEvictionFlag> flags) |
static int |
OFTableModPropEvictionFlagSerializerVer14.toWireValue(Set<OFTableModPropEvictionFlag> set) |
static void |
OFTableModPropEvictionFlagSerializerVer14.writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
Set<OFTableModPropEvictionFlag> set) |
Copyright © 2016. All rights reserved.