Uses of Class
org.apache.hadoop.io.serializer.avro.AvroRecord.Builder

Packages that use AvroRecord.Builder
org.apache.hadoop.io.serializer.avro This package provides Avro serialization in Hadoop. 
 

Uses of AvroRecord.Builder in org.apache.hadoop.io.serializer.avro
 

Methods in org.apache.hadoop.io.serializer.avro that return AvroRecord.Builder
 AvroRecord.Builder AvroRecord.Builder.clearIntField()
          Clears the value of the 'intField' field
static AvroRecord.Builder AvroRecord.newBuilder()
          Creates a new AvroRecord RecordBuilder
static AvroRecord.Builder AvroRecord.newBuilder(AvroRecord.Builder other)
          Creates a new AvroRecord RecordBuilder by copying an existing Builder
static AvroRecord.Builder AvroRecord.newBuilder(AvroRecord other)
          Creates a new AvroRecord RecordBuilder by copying an existing AvroRecord instance
 AvroRecord.Builder AvroRecord.Builder.setIntField(int value)
          Sets the value of the 'intField' field
 

Methods in org.apache.hadoop.io.serializer.avro with parameters of type AvroRecord.Builder
static AvroRecord.Builder AvroRecord.newBuilder(AvroRecord.Builder other)
          Creates a new AvroRecord RecordBuilder by copying an existing Builder
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.