| Package | Description | 
|---|---|
| org.apache.flume.interceptor | |
| org.apache.flume.sink | |
| org.apache.flume.sink.elasticsearch | |
| org.apache.flume.sink.hbase | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | RegexExtractorInterceptorSerializerSerializer for serializing groups matched by the
  RegexExtractorInterceptor | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RegexExtractorInterceptorMillisSerializerSerializer that converts the passed in value into milliseconds using the
 specified formatting pattern | 
| class  | RegexExtractorInterceptorPassThroughSerializerSerializer that simply returns the passed in value | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultSinkProcessorDefault sink processor that only accepts a single sink, passing on process
 results without any additional handling. | 
| class  | SinkGroupConfiguration concept for handling multiple sinks working together. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ElasticSearchEventSerializerInterface for an event serializer which serializes the headers and body of an
 event to write them to ElasticSearch. | 
| interface  | ElasticSearchIndexRequestBuilderFactoryInterface for creating ElasticSearch  IndexRequestBuilderinstances
 from serialized flume events. | 
| interface  | IndexNameBuilder | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractElasticSearchIndexRequestBuilderFactoryAbstract base class for custom implementations of
  ElasticSearchIndexRequestBuilderFactory. | 
| class  | ElasticSearchDynamicSerializerBasic serializer that serializes the event body and header fields into
 individual fields | 
| class  | ElasticSearchLogStashEventSerializerSerialize flume events into the same format LogStash uses | 
| class  | EventSerializerIndexRequestBuilderFactoryDefault implementation of  ElasticSearchIndexRequestBuilderFactory. | 
| class  | SimpleIndexNameBuilder | 
| class  | TimeBasedIndexNameBuilderDefault index name builder. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AsyncHbaseEventSerializerInterface for an event serializer which serializes the headers and body
 of an event to write them to hbase. | 
| interface  | HbaseEventSerializerInterface for an event serializer which serializes the headers and body
 of an event to write them to hbase. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RegexHbaseEventSerializerAn  HbaseEventSerializerwhich parses columns based on a supplied
 regular expression and column name list. | 
| class  | SimpleAsyncHbaseEventSerializerA simple serializer to be used with the AsyncHBaseSink
 that returns puts from an event, by writing the event
 body into it. | 
| class  | SimpleHbaseEventSerializerA simple serializer that returns puts from an event, by writing the event
 body into it. | 
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.