brickhouse.hbase
Class BatchPutUDAF.BatchPutUDAFEvaluator.PutBuffer

java.lang.Object
  extended by brickhouse.hbase.BatchPutUDAF.BatchPutUDAFEvaluator.PutBuffer
All Implemented Interfaces:
org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEvaluator.AggregationBuffer
Enclosing class:
BatchPutUDAF.BatchPutUDAFEvaluator

public class BatchPutUDAF.BatchPutUDAFEvaluator.PutBuffer
extends Object
implements org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEvaluator.AggregationBuffer


Field Summary
 List<org.apache.hadoop.hbase.client.Put> putList
           
 
Constructor Summary
BatchPutUDAF.BatchPutUDAFEvaluator.PutBuffer()
           
 
Method Summary
 void addKeyValue(String key, String val)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

putList

public List<org.apache.hadoop.hbase.client.Put> putList
Constructor Detail

BatchPutUDAF.BatchPutUDAFEvaluator.PutBuffer

public BatchPutUDAF.BatchPutUDAFEvaluator.PutBuffer()
Method Detail

reset

public void reset()

addKeyValue

public void addKeyValue(String key,
                        String val)
                 throws org.apache.hadoop.hive.ql.metadata.HiveException
Throws:
org.apache.hadoop.hive.ql.metadata.HiveException


Copyright © 2013. All rights reserved.