org.apache.flume.interceptor
Class RegexFilteringInterceptor.Builder

java.lang.Object
  extended by org.apache.flume.interceptor.RegexFilteringInterceptor.Builder
All Implemented Interfaces:
Configurable, Interceptor.Builder
Enclosing class:
RegexFilteringInterceptor

public static class RegexFilteringInterceptor.Builder
extends Object
implements Interceptor.Builder

Builder which builds new instance of the StaticInterceptor.


Constructor Summary
RegexFilteringInterceptor.Builder()
           
 
Method Summary
 Interceptor build()
           
 void configure(Context context)
           Request the implementing class to (re)configure itself.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexFilteringInterceptor.Builder

public RegexFilteringInterceptor.Builder()
Method Detail

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:
configure in interface Configurable

build

public Interceptor build()
Specified by:
build in interface Interceptor.Builder


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