Uses of Class
org.apache.storm.hbase.bolt.mapper.HBaseProjectionCriteria.ColumnMetaData

Packages that use HBaseProjectionCriteria.ColumnMetaData
org.apache.storm.hbase.bolt.mapper   
 

Uses of HBaseProjectionCriteria.ColumnMetaData in org.apache.storm.hbase.bolt.mapper
 

Methods in org.apache.storm.hbase.bolt.mapper that return types with arguments of type HBaseProjectionCriteria.ColumnMetaData
 List<HBaseProjectionCriteria.ColumnMetaData> HBaseProjectionCriteria.getColumns()
           
 

Methods in org.apache.storm.hbase.bolt.mapper with parameters of type HBaseProjectionCriteria.ColumnMetaData
 HBaseProjectionCriteria HBaseProjectionCriteria.addColumn(HBaseProjectionCriteria.ColumnMetaData column)
          Only this column from the the columnFamily will be included as result of HBase lookup.
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.