org.apache.avro.generic
Interface GenericContainer

All Known Subinterfaces:
GenericArray<T>, GenericRecord, IndexedRecord, SpecificRecord
All Known Implementing Classes:
GenericData.Array, GenericData.Record, Pair, SpecificExceptionBase, SpecificRecordBase

public interface GenericContainer

Contains data of other types.


Method Summary
 Schema getSchema()
          The schema of this instance.
 

Method Detail

getSchema

Schema getSchema()
The schema of this instance.



Copyright © 2010 The Apache Software Foundation