Uses of Class
org.apache.storm.hbase.common.ColumnList

Packages that use ColumnList
org.apache.storm.hbase.bolt.mapper   
org.apache.storm.hbase.common   
org.apache.storm.hbase.trident.mapper   
 

Uses of ColumnList in org.apache.storm.hbase.bolt.mapper
 

Methods in org.apache.storm.hbase.bolt.mapper that return ColumnList
 ColumnList SimpleHBaseMapper.columns(Tuple tuple)
           
 ColumnList HBaseMapper.columns(Tuple tuple)
          Given a tuple, return a list of HBase columns to insert.
 

Uses of ColumnList in org.apache.storm.hbase.common
 

Methods in org.apache.storm.hbase.common that return ColumnList
 ColumnList ColumnList.addColumn(byte[] family, byte[] qualifier, byte[] value)
          Add a standard HBase column
 ColumnList ColumnList.addColumn(byte[] family, byte[] qualifier, long ts, byte[] value)
          Add a standard HBase column.
 ColumnList ColumnList.addColumn(IColumn column)
          Add a standard HBase column given an instance of a class that implements the IColumn interface.
 ColumnList ColumnList.addCounter(byte[] family, byte[] qualifier, long incr)
          Add an HBase counter column.
 ColumnList ColumnList.addCounter(ICounter counter)
          Add an HBase counter column given an instance of a class that implements the ICounter interface.
 

Methods in org.apache.storm.hbase.common with parameters of type ColumnList
 List<org.apache.hadoop.hbase.client.Mutation> HBaseClient.constructMutationReq(byte[] rowKey, ColumnList cols, org.apache.hadoop.hbase.client.Durability durability)
           
 

Uses of ColumnList in org.apache.storm.hbase.trident.mapper
 

Methods in org.apache.storm.hbase.trident.mapper that return ColumnList
 ColumnList TridentHBaseMapper.columns(TridentTuple tuple)
          Given a tuple, return a list of HBase columns to insert.
 ColumnList SimpleTridentHBaseMapper.columns(TridentTuple tuple)
           
 



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