Uses of Interface
org.apache.flume.conf.ConfigurableComponent

Packages that use ConfigurableComponent
org.apache.flume.interceptor   
org.apache.flume.sink   
org.apache.flume.sink.elasticsearch   
org.apache.flume.sink.hbase   
 

Uses of ConfigurableComponent in org.apache.flume.interceptor
 

Subinterfaces of ConfigurableComponent in org.apache.flume.interceptor
 interface RegexExtractorInterceptorSerializer
          Serializer for serializing groups matched by the RegexExtractorInterceptor
 

Classes in org.apache.flume.interceptor that implement ConfigurableComponent
 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
 

Uses of ConfigurableComponent in org.apache.flume.sink
 

Classes in org.apache.flume.sink that implement ConfigurableComponent
 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.
 

Uses of ConfigurableComponent in org.apache.flume.sink.elasticsearch
 

Subinterfaces of ConfigurableComponent in org.apache.flume.sink.elasticsearch
 interface ElasticSearchEventSerializer
          Interface for an event serializer which serializes the headers and body of an event to write them to ElasticSearch.
 

Classes in org.apache.flume.sink.elasticsearch that implement ConfigurableComponent
 class ElasticSearchDynamicSerializer
          Basic serializer that serializes the event body and header fields into individual fields
 class ElasticSearchLogStashEventSerializer
          Serialize flume events into the same format LogStash uses
 

Uses of ConfigurableComponent in org.apache.flume.sink.hbase
 

Subinterfaces of ConfigurableComponent in org.apache.flume.sink.hbase
 interface AsyncHbaseEventSerializer
          Interface for an event serializer which serializes the headers and body of an event to write them to hbase.
 interface HbaseEventSerializer
          Interface for an event serializer which serializes the headers and body of an event to write them to hbase.
 

Classes in org.apache.flume.sink.hbase that implement ConfigurableComponent
 class RegexHbaseEventSerializer
          An HbaseEventSerializer which parses columns based on a supplied regular expression and column name list.
 class SimpleAsyncHbaseEventSerializer
          A simple serializer to be used with the AsyncHBaseSink that returns puts from an event, by writing the event body into it.
 class SimpleHbaseEventSerializer
          A simple serializer that returns puts from an event, by writing the event body into it.
 



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