Package org.apache.avro.generic
Interface GenericContainer
- All Known Subinterfaces:
GenericArray<T>
,GenericEnumSymbol<E>
,GenericFixed
,GenericRecord
,IndexedRecord
,SpecificRecord
- All Known Implementing Classes:
GenericData.AbstractArray
,GenericData.Array
,GenericData.EnumSymbol
,GenericData.Fixed
,GenericData.Record
,HandshakeMatch
,HandshakeRequest
,HandshakeResponse
,MD5
,Pair
,PrimitivesArrays.BooleanArray
,PrimitivesArrays.DoubleArray
,PrimitivesArrays.FloatArray
,PrimitivesArrays.IntArray
,PrimitivesArrays.LongArray
,SpecificExceptionBase
,SpecificFixed
,SpecificRecordBase
,TaskType
public interface GenericContainer
Contains data of other types.
-
Method Summary
-
Method Details
-
getSchema
Schema getSchema()The schema of this instance.
-