|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |