| Class | Description |
|---|---|
| AvroKryoSerializerUtils |
Utilities for integrating Avro serializers in Kryo.
|
| AvroKryoSerializerUtils.AvroSchemaSerializer |
Slow serialization approach for Avro schemas.
|
| AvroKryoSerializerUtils.JodaLocalDateSerializer |
Avro logical types use JodaTime's LocalDate but Kryo is unable to serialize it
properly (esp.
|
| AvroKryoSerializerUtils.JodaLocalTimeSerializer |
Avro logical types use JodaTime's LocalTime but Kryo is unable to serialize it
properly (esp.
|
| DataInputDecoder |
A
Decoder that reads from a DataInput. |
| DataOutputEncoder |
An
Encoder that writes data to a DataOutput. |
| FSDataInputStreamWrapper |
Code copy pasted from org.apache.avro.mapred.FSInput (which is Apache licensed as well).
|
| MutableByteArrayInputStream |
An extension of the ByteArrayInputStream that allows to change a buffer that should be
read without creating a new ByteArrayInputStream instance.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.