Interface | Description |
---|---|
Consumer<T extends FieldVector> |
Interface that is used to consume values from avro decoder.
|
SkipFunction |
Adapter function to skip (throw away) data from the decoder.
|
Class | Description |
---|---|
AvroArraysConsumer |
Consumer which consume array type values from avro decoder.
|
AvroBooleanConsumer |
Consumer which consume boolean type values from avro decoder.
|
AvroBytesConsumer |
Consumer which consume bytes type values from avro decoder.
|
AvroDoubleConsumer |
Consumer which consume double type values from avro decoder.
|
AvroEnumConsumer |
Consumer which consume enum type values from avro decoder.
|
AvroFixedConsumer |
Consumer which consume fixed type values from avro decoder.
|
AvroFloatConsumer |
Consumer which consume float type values from avro decoder.
|
AvroIntConsumer |
Consumer which consume int type values from avro decoder.
|
AvroLongConsumer |
Consumer which consume long type values from avro decoder.
|
AvroMapConsumer |
Consumer which consume map type values from avro decoder.
|
AvroNullConsumer |
Consumer which consume null type values from avro decoder.
|
AvroStringConsumer |
Consumer which consume string type values from avro decoder.
|
AvroStructConsumer |
Consumer which consume nested record type values from avro decoder.
|
AvroUnionsConsumer |
Consumer which consume unions type values from avro decoder.
|
BaseAvroConsumer<T extends FieldVector> |
Base class for non-skippable avro consumers.
|
CompositeAvroConsumer |
Composite consumer which hold all consumers.
|
SkipConsumer |
Consumer which skip (throw away) data from the decoder.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.