Class Summary |
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. |