Uses of Class
org.apache.avro.Schema.Field

Packages that use Schema.Field
org.apache.avro Avro kernel classes. 
org.apache.avro.io Utilities for Encoding and Decoding Avro data. 
org.apache.avro.io.parsing Implementation of Avro schemas as LL(1) grammars. 
 

Uses of Schema.Field in org.apache.avro
 

Methods in org.apache.avro that return Schema.Field
 Schema.Field Schema.getField(String fieldname)
          If this is a record, returns the Field with the given name fieldName.
 

Methods in org.apache.avro that return types with arguments of type Schema.Field
 List<Schema.Field> Schema.getFields()
          If this is a record, returns the fields in it.
 

Method parameters in org.apache.avro with type arguments of type Schema.Field
static Schema Schema.createRecord(List<Schema.Field> fields)
          Create an anonymous record schema.
 void Schema.setFields(List<Schema.Field> fields)
          If this is a record, set its fields.
 

Uses of Schema.Field in org.apache.avro.io
 

Methods in org.apache.avro.io that return Schema.Field
 Schema.Field[] ResolvingDecoder.readFieldOrder()
          Returns the actual order in which the reader's fields will be returned to the reader.
 

Uses of Schema.Field in org.apache.avro.io.parsing
 

Fields in org.apache.avro.io.parsing declared as Schema.Field
 Schema.Field[] Symbol.FieldOrderAction.fields
           
 

Constructors in org.apache.avro.io.parsing with parameters of type Schema.Field
Symbol.FieldOrderAction(Schema.Field[] fields)
           
 



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