Package org.apache.flume.sink.hbase

Interface Summary
AsyncHbaseEventSerializer Interface for an event serializer which serializes the headers and body of an event to write them to hbase.
HbaseEventSerializer Interface for an event serializer which serializes the headers and body of an event to write them to hbase.
 

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.
 

Enum Summary
SimpleHbaseEventSerializer.KeyType  
 



Copyright © 2009-2012 Apache Software Foundation. All Rights Reserved.