org.apache.blur.mapreduce.lib
Class GenericBlurRecordWriter

java.lang.Object
  extended by org.apache.blur.mapreduce.lib.GenericBlurRecordWriter

public class GenericBlurRecordWriter
extends Object


Constructor Summary
GenericBlurRecordWriter(org.apache.hadoop.conf.Configuration configuration, int attemptId, String tmpDirName)
           
 
Method Summary
 void close()
           
 void write(org.apache.hadoop.io.Text key, BlurMutate value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericBlurRecordWriter

public GenericBlurRecordWriter(org.apache.hadoop.conf.Configuration configuration,
                               int attemptId,
                               String tmpDirName)
                        throws IOException
Throws:
IOException
Method Detail

write

public void write(org.apache.hadoop.io.Text key,
                  BlurMutate value)
           throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.