| Package | Description |
|---|---|
| io.airlift.drift.codec | |
| io.airlift.drift.codec.internal.compiler | |
| io.airlift.drift.codec.internal.reflection |
| Constructor and Description |
|---|
ThriftCodecManager(ThriftCodecFactory factory,
Set<ThriftCodec<?>> codecs) |
ThriftCodecManager(ThriftCodecFactory factory,
ThriftCatalog catalog,
Set<ThriftCodec<?>> codecs) |
ThriftCodecManager(ThriftCodecFactory factory,
ThriftCodec<?>... codecs) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompilerThriftCodecFactory
Creates Thrift codecs directly in byte code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectionThriftCodecFactory
Creates reflection based thrift codecs.
|
Copyright © 2012–2018. All rights reserved.