org.apache.avro.generic
Interface GenericContainer

All Known Subinterfaces:
GenericArray<T>, GenericEnumSymbol, GenericFixed, GenericRecord, IndexedRecord, SpecificRecord
All Known Implementing Classes:
GenericData.Array, GenericData.EnumSymbol, GenericData.Fixed, GenericData.Record, HandshakeRequest, HandshakeResponse, ID, MD5, Pair, Span, SpecificExceptionBase, SpecificFixed, SpecificRecordBase, TimestampedEvent

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 © 2011 The Apache Software Foundation. All Rights Reserved.