public interface HbaseEventSerializer extends Configurable, ConfigurableComponent
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
List<org.apache.hadoop.hbase.client.Row> | 
getActions()
Get the actions that should be written out to hbase as a result of this
 event. 
 | 
List<org.apache.hadoop.hbase.client.Increment> | 
getIncrements()  | 
void | 
initialize(Event event,
          byte[] columnFamily)
Initialize the event serializer. 
 | 
configureconfigurevoid initialize(Event event, byte[] columnFamily)
event - Event to be written to HBasecolumnFamily - Column family to write toList<org.apache.hadoop.hbase.client.Row> getActions()
Row which
 are written as such to HBase.
 0.92 increments do not implement Row, so this is not generic.List<org.apache.hadoop.hbase.client.Increment> getIncrements()
void close()
Copyright © 2009-2022 Apache Software Foundation. All Rights Reserved.