Package org.apache.avro.util
package org.apache.avro.util
Common utility classes.
-
ClassDescriptionUtility to present
ByteBuffer
data as anInputStream
.Utility to collect data written to anOutputStream
inByteBuffer
s.MapEntry<K,V> An implementation ofMap.Entry
with well-defined member names.Utility to make data written to anByteArrayOutputStream
directly available as aByteBuffer
.Generates schema data as Java objects with random values.Utility class to resolve schemas that are unavailable at the point they are referenced in a schema file.This visitor checks if the current schema is fully resolved.This visitor creates clone of the visited Schemata, minus the specified schema properties, and resolves all unresolved schemas.Avro Schema utilities, to traverse...A temporal amount to model anAvro duration
(the logical type).A Utf8 string.Text utilities especially suited for UTF encoded bytes.WeakIdentityHashMap<K,V> Implements a combination of WeakHashMap and IdentityHashMap.