Uses of Interface
org.apache.avro.generic.GenericContainer

Packages that use GenericContainer
org.apache.avro.generic A generic representation for Avro data. 
org.apache.avro.specific Generate specific Java classes for schemas and protocols. 
 

Uses of GenericContainer in org.apache.avro.generic
 

Subinterfaces of GenericContainer in org.apache.avro.generic
 interface GenericArray<T>
          An array of objects.
 interface GenericRecord
          A set of fields, each a name/value pair.
 

Classes in org.apache.avro.generic that implement GenericContainer
static class GenericData.Array<T>
          Default implementation of GenericArray.
static class GenericData.Record
          Default implementation of GenericRecord.
 

Uses of GenericContainer in org.apache.avro.specific
 

Subinterfaces of GenericContainer in org.apache.avro.specific
 interface SpecificRecord
          Implemented by generated record classes.
 

Classes in org.apache.avro.specific that implement GenericContainer
 class SpecificExceptionBase
          Base class for specific exceptions.
 class SpecificRecordBase
          Base class for generated record classes.
 



Copyright © 2009 The Apache Software Foundation