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

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

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

Methods in org.apache.blur.mapreduce.lib that return types with arguments of type BlurColumn
 List<BlurColumn> BlurRecord.getColumns()
           
 

Methods in org.apache.blur.mapreduce.lib with parameters of type BlurColumn
 void BlurRecord.addColumn(BlurColumn column)
           
 BlurMutate BlurMutate.addColumn(BlurColumn column)
           
 

Method parameters in org.apache.blur.mapreduce.lib with type arguments of type BlurColumn
 void BlurRecord.setColumns(List<BlurColumn> columns)
           
 



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