Uses of Interface
org.apache.flume.interceptor.Interceptor.Builder

Packages that use Interceptor.Builder
org.apache.flume.interceptor   
org.apache.flume.sink.solr.morphline   
 

Uses of Interceptor.Builder in org.apache.flume.interceptor
 

Classes in org.apache.flume.interceptor that implement Interceptor.Builder
static class HostInterceptor.Builder
          Builder which builds new instances of the HostInterceptor.
static class RegexExtractorInterceptor.Builder
           
static class RegexFilteringInterceptor.Builder
          Builder which builds new instance of the StaticInterceptor.
static class StaticInterceptor.Builder
          Builder which builds new instance of the StaticInterceptor.
static class TimestampInterceptor.Builder
          Builder which builds new instances of the TimestampInterceptor.
 

Methods in org.apache.flume.interceptor that return Interceptor.Builder
static Interceptor.Builder InterceptorBuilderFactory.newInstance(String name)
          Instantiate specified class, either alias or fully-qualified class name.
 

Methods in org.apache.flume.interceptor that return types with arguments of type Interceptor.Builder
 Class<? extends Interceptor.Builder> InterceptorType.getBuilderClass()
           
 

Uses of Interceptor.Builder in org.apache.flume.sink.solr.morphline
 

Classes in org.apache.flume.sink.solr.morphline that implement Interceptor.Builder
static class MorphlineInterceptor.Builder
          Builder implementations MUST have a public no-arg constructor
static class UUIDInterceptor.Builder
          Builder implementations MUST have a public no-arg constructor
 



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