| 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(io.netty.buffer.ByteBuf 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(io.netty.buffer.ByteBuf bb,
Set<OFTableModPropEvictionFlag> set) |
| Modifier and Type | Method and Description |
|---|---|
static Set<OFTableModPropEvictionFlag> |
OFTableModPropEvictionFlagSerializerVer15.ofWireValue(int val) |
static Set<OFTableModPropEvictionFlag> |
OFTableModPropEvictionFlagSerializerVer15.readFrom(io.netty.buffer.ByteBuf bb) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OFTableModPropEvictionFlagSerializerVer15.putTo(Set<OFTableModPropEvictionFlag> set,
com.google.common.hash.PrimitiveSink sink) |
OFTableModPropEviction |
OFFactoryVer15.tableModPropEviction(Set<OFTableModPropEvictionFlag> flags) |
static int |
OFTableModPropEvictionFlagSerializerVer15.toWireValue(Set<OFTableModPropEvictionFlag> set) |
static void |
OFTableModPropEvictionFlagSerializerVer15.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFTableModPropEvictionFlag> set) |
Copyright © 2018. All rights reserved.