Uses of Interface
org.apache.avro.generic.GenericFixed

Packages that use GenericFixed
org.apache.avro.generic A generic representation for Avro data. 
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 GenericFixed in org.apache.avro.generic
 

Classes in org.apache.avro.generic that implement GenericFixed
static class GenericData.Fixed
          Default implementation of GenericFixed.
 

Uses of GenericFixed in org.apache.avro.ipc
 

Classes in org.apache.avro.ipc that implement GenericFixed
 class MD5
           
 

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

Classes in org.apache.avro.ipc.trace that implement GenericFixed
 class ID
           
 

Uses of GenericFixed in org.apache.avro.specific
 

Classes in org.apache.avro.specific that implement GenericFixed
 class SpecificFixed
          Base class for generated fixed-sized data classes.
 



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