Uses of Class
org.apache.avro.util.Utf8

Packages that use Utf8
org.apache.avro.io Input/output utilities. 
org.apache.avro.mapred Run Hadoop MapReduce jobs over Avro data, with map and reduce functions written in Java. 
org.apache.avro.util Common utility classes. 
 

Uses of Utf8 in org.apache.avro.io
 

Methods in org.apache.avro.io that return Utf8
 Utf8 JsonDecoder.readString(Utf8 old)
           
 Utf8 BinaryDecoder.readString(Utf8 old)
           
 Utf8 ValidatingDecoder.readString(Utf8 old)
           
abstract  Utf8 Decoder.readString(Utf8 old)
          Reads a char-string written by Encoder.writeString(org.apache.avro.util.Utf8).
 

Methods in org.apache.avro.io with parameters of type Utf8
 Utf8 JsonDecoder.readString(Utf8 old)
           
 Utf8 BinaryDecoder.readString(Utf8 old)
           
 Utf8 ValidatingDecoder.readString(Utf8 old)
           
abstract  Utf8 Decoder.readString(Utf8 old)
          Reads a char-string written by Encoder.writeString(org.apache.avro.util.Utf8).
 void JsonEncoder.writeString(Utf8 utf8)
           
 void ValidatingEncoder.writeString(Utf8 utf8)
           
 void BinaryEncoder.writeString(Utf8 utf8)
           
 void BlockingBinaryEncoder.writeString(Utf8 utf8)
           
abstract  void Encoder.writeString(Utf8 utf8)
          Write a Unicode character string.
 

Uses of Utf8 in org.apache.avro.mapred
 

Methods in org.apache.avro.mapred that return types with arguments of type Utf8
 org.apache.hadoop.mapred.RecordReader<AvroWrapper<Utf8>,NullWritable> AvroUtf8InputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter)
           
 

Uses of Utf8 in org.apache.avro.util
 

Methods in org.apache.avro.util that return Utf8
 Utf8 Utf8.setByteLength(int newLength)
          Set length in bytes.
 Utf8 Utf8.setLength(int newLength)
          Deprecated. call setByteLength(int) instead.
 

Methods in org.apache.avro.util with parameters of type Utf8
 int Utf8.compareTo(Utf8 that)
           
 



Copyright © 2010 The Apache Software Foundation