Uses of Interface
org.apache.avro.specific.SpecificRecord

Packages that use SpecificRecord
org.apache.avro.ipc Support for inter-process calls. 
org.apache.avro.ipc.trace   
org.apache.avro.specific Generate specific Java classes for schemas and protocols. 
 

Uses of SpecificRecord in org.apache.avro.ipc
 

Classes in org.apache.avro.ipc that implement SpecificRecord
 class HandshakeRequest
           
 class HandshakeResponse
           
 

Uses of SpecificRecord in org.apache.avro.ipc.trace
 

Classes in org.apache.avro.ipc.trace that implement SpecificRecord
 class Span
           
 class TimestampedEvent
           
 

Uses of SpecificRecord in org.apache.avro.specific
 

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

Methods in org.apache.avro.specific with parameters of type SpecificRecord
 int SpecificRecordBase.compareTo(SpecificRecord that)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.