Modifier and Type | Method and Description |
---|---|
static OFTableConfig |
OFTableConfig.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFTableConfig[] |
OFTableConfig.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<OFTableConfig> |
OFTableDesc.getConfig() |
Set<OFTableConfig> |
OFTableDesc.Builder.getConfig() |
Modifier and Type | Method and Description |
---|---|
OFTableDesc.Builder |
OFTableDesc.Builder.setConfig(Set<OFTableConfig> config) |
OFTableDesc |
OFFactory.tableDesc(TableId tableId,
Set<OFTableConfig> config) |
Modifier and Type | Method and Description |
---|---|
OFTableDesc |
OFFactoryVer10.tableDesc(TableId tableId,
Set<OFTableConfig> config) |
Modifier and Type | Method and Description |
---|---|
static Set<OFTableConfig> |
OFTableConfigSerializerVer11.ofWireValue(int val) |
static Set<OFTableConfig> |
OFTableConfigSerializerVer11.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFTableConfigSerializerVer11.putTo(Set<OFTableConfig> set,
com.google.common.hash.PrimitiveSink sink) |
OFTableDesc |
OFFactoryVer11.tableDesc(TableId tableId,
Set<OFTableConfig> config) |
static int |
OFTableConfigSerializerVer11.toWireValue(Set<OFTableConfig> set) |
static void |
OFTableConfigSerializerVer11.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFTableConfig> set) |
Modifier and Type | Method and Description |
---|---|
static Set<OFTableConfig> |
OFTableConfigSerializerVer12.ofWireValue(int val) |
static Set<OFTableConfig> |
OFTableConfigSerializerVer12.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFTableConfigSerializerVer12.putTo(Set<OFTableConfig> set,
com.google.common.hash.PrimitiveSink sink) |
OFTableDesc |
OFFactoryVer12.tableDesc(TableId tableId,
Set<OFTableConfig> config) |
static int |
OFTableConfigSerializerVer12.toWireValue(Set<OFTableConfig> set) |
static void |
OFTableConfigSerializerVer12.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFTableConfig> set) |
Modifier and Type | Method and Description |
---|---|
static Set<OFTableConfig> |
OFTableConfigSerializerVer13.ofWireValue(int val) |
static Set<OFTableConfig> |
OFTableConfigSerializerVer13.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFTableConfigSerializerVer13.putTo(Set<OFTableConfig> set,
com.google.common.hash.PrimitiveSink sink) |
OFTableDesc |
OFFactoryVer13.tableDesc(TableId tableId,
Set<OFTableConfig> config) |
static int |
OFTableConfigSerializerVer13.toWireValue(Set<OFTableConfig> set) |
static void |
OFTableConfigSerializerVer13.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFTableConfig> set) |
Modifier and Type | Method and Description |
---|---|
static Set<OFTableConfig> |
OFTableConfigSerializerVer14.ofWireValue(int val) |
static Set<OFTableConfig> |
OFTableConfigSerializerVer14.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFTableConfigSerializerVer14.putTo(Set<OFTableConfig> set,
com.google.common.hash.PrimitiveSink sink) |
OFTableDesc |
OFFactoryVer14.tableDesc(TableId tableId,
Set<OFTableConfig> config) |
static int |
OFTableConfigSerializerVer14.toWireValue(Set<OFTableConfig> set) |
static void |
OFTableConfigSerializerVer14.writeTo(io.netty.buffer.ByteBuf bb,
Set<OFTableConfig> set) |
Copyright © 2015. All rights reserved.