Uses of Class
org.apache.blur.mapreduce.lib.BlurMutate

Packages that use BlurMutate
org.apache.blur.mapreduce.lib   
 

Uses of BlurMutate in org.apache.blur.mapreduce.lib
 

Methods in org.apache.blur.mapreduce.lib that return BlurMutate
 BlurMutate BlurMutate.addColumn(BlurColumn column)
           
 BlurMutate BlurMutate.addColumn(String name, String value)
           
 BlurMutate BlurMutate.setFamily(String family)
           
 BlurMutate BlurMutate.setMutateType(BlurMutate.MUTATE_TYPE mutateType)
           
 

Methods in org.apache.blur.mapreduce.lib that return types with arguments of type BlurMutate
 org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.Text,BlurMutate> BlurOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
           
 

Methods in org.apache.blur.mapreduce.lib with parameters of type BlurMutate
 void GenericBlurRecordWriter.write(org.apache.hadoop.io.Text key, BlurMutate value)
           
 



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