org.apache.hadoop.mapreduce.jobhistory
Class AvroArrayUtils

java.lang.Object
  extended by org.apache.hadoop.mapreduce.jobhistory.AvroArrayUtils

public class AvroArrayUtils
extends Object


Field Summary
static List<Integer> NULL_PROGRESS_SPLITS_ARRAY
           
 
Constructor Summary
AvroArrayUtils()
           
 
Method Summary
static int[] fromAvro(List<Integer> avro)
           
static List<Integer> toAvro(int[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_PROGRESS_SPLITS_ARRAY

public static List<Integer> NULL_PROGRESS_SPLITS_ARRAY
Constructor Detail

AvroArrayUtils

public AvroArrayUtils()
Method Detail

toAvro

public static List<Integer> toAvro(int[] values)

fromAvro

public static int[] fromAvro(List<Integer> avro)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.