public class HBaseBolt extends AbstractHBaseBolt
collector, configKey, hBaseClient, mapper, tableName
Constructor and Description |
---|
HBaseBolt(String tableName,
HBaseMapper mapper) |
Modifier and Type | Method and Description |
---|---|
void |
declareOutputFields(OutputFieldsDeclarer outputFieldsDeclarer) |
void |
execute(Tuple tuple) |
HBaseBolt |
withConfigKey(String configKey) |
HBaseBolt |
writeToWAL(boolean writeToWAL) |
prepare
cleanup
getComponentConfiguration
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getComponentConfiguration
public HBaseBolt(String tableName, HBaseMapper mapper)
public HBaseBolt writeToWAL(boolean writeToWAL)
public void execute(Tuple tuple)
public void declareOutputFields(OutputFieldsDeclarer outputFieldsDeclarer)
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.