Uses of Interface
org.apache.flume.interceptor.Interceptor

Packages that use Interceptor
org.apache.flume.interceptor   
 

Uses of Interceptor in org.apache.flume.interceptor
 

Classes in org.apache.flume.interceptor that implement Interceptor
 class HostInterceptor
          Simple Interceptor class that sets the host name or IP on all events that are intercepted.
 class InterceptorChain
          Implementation of Interceptor that calls a list of other Interceptors serially.
 class RegexExtractorInterceptor
          Interceptor that extracts matches using a specified regular expression and appends the matches to the event headers using the specified serializers
 class RegexFilteringInterceptor
          Interceptor that filters events selectively based on a configured regular expression matching against the event body.
 class StaticInterceptor
          Interceptor class that appends a static, pre-configured header to all events.
 class TimestampInterceptor
          Simple Interceptor class that sets the current system timestamp on all events that are intercepted.
 

Methods in org.apache.flume.interceptor that return Interceptor
 Interceptor TimestampInterceptor.Builder.build()
           
 Interceptor StaticInterceptor.Builder.build()
           
 Interceptor RegexFilteringInterceptor.Builder.build()
           
 Interceptor RegexExtractorInterceptor.Builder.build()
           
 Interceptor Interceptor.Builder.build()
           
 Interceptor HostInterceptor.Builder.build()
           
 

Method parameters in org.apache.flume.interceptor with type arguments of type Interceptor
 void InterceptorChain.setInterceptors(List<Interceptor> interceptors)
           
 



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