org.apache.flume.sink.solr.morphline
Class UUIDInterceptor.Builder

java.lang.Object
  extended by org.apache.flume.sink.solr.morphline.UUIDInterceptor.Builder
All Implemented Interfaces:
Configurable, Interceptor.Builder
Enclosing class:
UUIDInterceptor

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

Builder implementations MUST have a public no-arg constructor


Constructor Summary
UUIDInterceptor.Builder()
           
 
Method Summary
 UUIDInterceptor 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

UUIDInterceptor.Builder

public UUIDInterceptor.Builder()
Method Detail

build

public UUIDInterceptor build()
Specified by:
build in 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:
configure in interface Configurable


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