org.apache.avro.generic
Interface GenericContainer

All Known Subinterfaces:
GenericArray<T>, GenericRecord, SpecificRecord
All Known Implementing Classes:
GenericData.Array, GenericData.Record, 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 © 2009 The Apache Software Foundation