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 TypeInterfaceDescriptioninterface
GenericArray<T>
Array that permits reuse of contained elements.interface
GenericEnumSymbol<E extends GenericEnumSymbol<E>>
An enum symbol.interface
Fixed-size data.interface
A generic instance of a record schema.interface
A record implementation that permits field access by integer index.Classes in org.apache.avro.generic that implement GenericContainerModifier and TypeClassDescriptionstatic class
static class
Default implementation of an array.static class
Default implementation ofGenericEnumSymbol
.static class
Default implementation ofGenericFixed
.static class
Default implementation ofGenericRecord
.static class
static class
static class
static class
static class
-
Uses of GenericContainer in org.apache.avro.specific
Subinterfaces of GenericContainer in org.apache.avro.specificModifier and TypeInterfaceDescriptioninterface
Implemented by generated record classes.Classes in org.apache.avro.specific that implement GenericContainerModifier and TypeClassDescriptionclass
Base class for specific exceptions.class
Base class for generated fixed-sized data classes.class
Base class for generated record classes.