Package | Description |
---|---|
org.apache.flume.interceptor | |
org.apache.flume.sink | |
org.apache.flume.sink.hbase | |
org.apache.flume.sink.hbase2 |
Modifier and Type | Interface and Description |
---|---|
interface |
RegexExtractorInterceptorSerializer
Serializer for serializing groups matched by the
RegexExtractorInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
RegexExtractorInterceptorMillisSerializer
Serializer that converts the passed in value into milliseconds using the
specified formatting pattern
|
class |
RegexExtractorInterceptorPassThroughSerializer
Serializer that simply returns the passed in value
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSinkProcessor
Default sink processor that only accepts a single sink, passing on process
results without any additional handling.
|
class |
SinkGroup
Configuration concept for handling multiple sinks working together.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HbaseEventSerializer
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
RegexHbaseEventSerializer
Deprecated.
|
class |
SimpleHbaseEventSerializer
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HBase2EventSerializer
Interface for an event serializer which serializes the headers and body
of an event to write them to HBase 2.
|
Modifier and Type | Class and Description |
---|---|
class |
RegexHBase2EventSerializer
An
HBase2EventSerializer which parses columns based on a supplied
regular expression and column name list. |
class |
SimpleHBase2EventSerializer
A simple serializer that returns puts from an event, by writing the event
body into it.
|
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.