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

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

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.
 



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