| Interface | Description | 
|---|---|
| AsyncHbaseEventSerializer | 
 Interface for an event serializer which serializes the headers and body
 of an event to write them to hbase. 
 | 
| BatchAware | 
 This interface allows for implementing HBase serializers that are aware of
 batching. 
 | 
| HbaseEventSerializer | 
 Interface for an event serializer which serializes the headers and body
 of an event to write them to hbase. 
 | 
| Class | Description | 
|---|---|
| AsyncHBaseSink | 
 A simple sink which reads events from a channel and writes them to HBase. 
 | 
| HBaseSink | 
 A simple sink which reads events from a channel and writes them to HBase. 
 | 
| HBaseSinkConfigurationConstants | 
 Constants used for configuration of HBaseSink and AsyncHBaseSink 
 | 
| RegexHbaseEventSerializer | 
 An  
HbaseEventSerializer which parses columns based on a supplied
 regular expression and column name list. | 
| SimpleAsyncHbaseEventSerializer | 
 A simple serializer to be used with the AsyncHBaseSink
 that returns puts from an event, by writing the event
 body into it. 
 | 
| SimpleHbaseEventSerializer | 
 A simple serializer that returns puts from an event, by writing the event
 body into it. 
 | 
| SimpleRowKeyGenerator | 
 Utility class for users to generate their own keys. 
 | 
| Enum | Description | 
|---|---|
| SimpleHbaseEventSerializer.KeyType | 
Copyright © 2009-2022 Apache Software Foundation. All Rights Reserved.