| Interface | Description |
|---|---|
| Consumers.Consumer<T> |
To consume objects coming from a DelegatingFieldConsumer
|
| FieldConsumer |
To receive Thrift field events
|
| Class | Description |
|---|---|
| Consumers |
Entry point for reading thrift in a streaming fashion
|
| Consumers.DelegatingFieldConsumer |
Delegates reading the field to TypedConsumers.
|
| EventBasedThriftReader |
Event based reader for Thrift
|
| TypedConsumer |
receive thrift events of a given type
|
| TypedConsumer.BoolConsumer | |
| TypedConsumer.ByteConsumer | |
| TypedConsumer.DoubleConsumer | |
| TypedConsumer.I16Consumer | |
| TypedConsumer.I32Consumer | |
| TypedConsumer.I64Consumer | |
| TypedConsumer.ListConsumer | |
| TypedConsumer.MapConsumer | |
| TypedConsumer.SetConsumer | |
| TypedConsumer.StringConsumer | |
| TypedConsumer.StructConsumer |
Copyright © 2015 The Apache Software Foundation. All rights reserved.