Uses of Interface
org.apache.avro.generic.GenericContainer
Packages that use GenericContainer
Package
Description
A generic representation for Avro data.
Generate specific Java classes for schemas and protocols.
-
Uses of GenericContainer in org.apache.avro.generic
Subinterfaces of GenericContainer in org.apache.avro.genericModifier and TypeInterfaceDescriptioninterfaceGenericArray<T>Array that permits reuse of contained elements.interfaceGenericEnumSymbol<E extends GenericEnumSymbol<E>>An enum symbol.interfaceFixed-size data.interfaceA generic instance of a record schema.interfaceA record implementation that permits field access by integer index.Classes in org.apache.avro.generic that implement GenericContainerModifier and TypeClassDescriptionstatic classstatic classDefault implementation of an array.static classDefault implementation ofGenericEnumSymbol.static classDefault implementation ofGenericFixed.static classDefault implementation ofGenericRecord.static classstatic classstatic classstatic classstatic class -
Uses of GenericContainer in org.apache.avro.specific
Subinterfaces of GenericContainer in org.apache.avro.specificModifier and TypeInterfaceDescriptioninterfaceImplemented by generated record classes.Classes in org.apache.avro.specific that implement GenericContainerModifier and TypeClassDescriptionclassBase class for specific exceptions.classBase class for generated fixed-sized data classes.classBase class for generated record classes.