Interface | Description |
---|---|
BatchAware |
This interface allows for implementing HBase serializers that are aware of
batching.
|
HBase2EventSerializer |
Interface for an event serializer which serializes the headers and body
of an event to write them to HBase 2.
|
Class | Description |
---|---|
HBase2Sink |
A simple sink which reads events from a channel and writes them to HBase 2.
|
HBase2SinkConfigurationConstants |
Constants used for configuration of HBaseSink2
|
RegexHBase2EventSerializer |
An
HBase2EventSerializer which parses columns based on a supplied
regular expression and column name list. |
SimpleHBase2EventSerializer |
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 |
---|---|
SimpleHBase2EventSerializer.KeyType |
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.