Package org.apache.flume.interceptor

Interface Summary
Interceptor  
Interceptor.Builder Builder implementations MUST have a no-arg constructor
 

Class Summary
HostInterceptor Simple Interceptor class that sets the host name or IP on all events that are intercepted.
HostInterceptor.Builder Builder which builds new instances of the HostInterceptor.
HostInterceptor.Constants  
InterceptorBuilderFactory Factory used to register instances of Interceptors & their builders, as well as to instantiate the builders.
InterceptorChain Implementation of Interceptor that calls a list of other Interceptors serially.
StaticInterceptor Interceptor class that appends a static, pre-configured header to all events.
StaticInterceptor.Builder Builder which builds new instance of the StaticInterceptor.
StaticInterceptor.Constants  
TimestampInterceptor Simple Interceptor class that sets the current system timestamp on all events that are intercepted.
TimestampInterceptor.Builder Builder which builds new instances of the TimestampInterceptor.
TimestampInterceptor.Constants  
 

Enum Summary
InterceptorType  
 



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