org.apache.flume.interceptor
Class TimestampInterceptor.Builder
java.lang.Object
   org.apache.flume.interceptor.TimestampInterceptor.Builder
org.apache.flume.interceptor.TimestampInterceptor.Builder
- All Implemented Interfaces: 
- Configurable, Interceptor.Builder
- Enclosing class:
- TimestampInterceptor
- public static class TimestampInterceptor.Builder 
- extends Object- implements Interceptor.Builder
Builder which builds new instances of the TimestampInterceptor.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TimestampInterceptor.Builder
public TimestampInterceptor.Builder()
build
public Interceptor build()
- 
- Specified by:
- buildin interface- Interceptor.Builder
 
- 
 
configure
public void configure(Context context)
- Description copied from interface: Configurable
- 
 Request the implementing class to (re)configure itself.
  - 
 When configuration parameters are changed, they must be
 reflected by the component asap.
  - 
 There are no thread safety guarrantees on when configure might be called.
  - 
 
- 
- Specified by:
- configurein interface- Configurable
 
- 
 
Copyright © 2009-2012 Apache Software Foundation. All Rights Reserved.