| Name | Description | Type | Package | Framework |
| HostInterceptor | Simple Interceptor class that sets the host name or IP on all events that are intercepted. | Class | org.apache.flume.interceptor | Flume |
| HostInterceptor .Builder | Builder which builds new instances of the HostInterceptor. | Class | org.apache.flume.interceptor.HostInterceptor | Flume |
| HostInterceptor .Constants | Class | org.apache.flume.interceptor.HostInterceptor | Flume | |
| Interceptor | Interface | org.apache.flume.interceptor | Flume | |
| Interceptor .Builder | Builder implementations MUST have a no-arg constructorMethods inherited from interface org. | Interface | org.apache.flume.interceptor.Interceptor | Flume |
| InterceptorBuilderFactory | Factory used to register instances of Interceptors & their builders, as well as to instantiate the builders. | Class | org.apache.flume.interceptor | Flume |
| InterceptorChain | Nested Class SummaryNested classes/interfaces inherited from interface org. | Class | org.apache.flume.interceptor | Flume |
| InterceptorType | enum InterceptorTypeextends Enum | Class | org.apache.flume.interceptor | Flume |
| RegexExtractorInterceptor | Interceptor that extracts matches using a specified regular expression and appends the matches to the event headers using the specified serializers | Class | org.apache.flume.interceptor | Flume |
| RegexExtractorInterceptor .Builder | Constructor SummaryRegexExtractorInterceptor. | Class | org.apache.flume.interceptor.RegexExtractorInterceptor | Flume |
| RegexExtractorInterceptorMillisSerializer | Serializer that converts the passed in value into milliseconds using the specified formatting pattern | Class | org.apache.flume.interceptor | Flume |
| RegexExtractorInterceptorPassThroughSerializer | Serializer that simply returns the passed in valueConstructor SummaryRegexExtractorInterceptorPassThroughSerializer() | Class | org.apache.flume.interceptor | Flume |
| RegexExtractorInterceptorSerializer | Serializer for serializing groups matched by the RegexExtractorInterceptor | Interface | org.apache.flume.interceptor | Flume |
| RegexFilteringInterceptor | Interceptor that filters events selectively based on a configured regular expression matching against the event body. | Class | org.apache.flume.interceptor | Flume |
| RegexFilteringInterceptor .Builder | Builder which builds new instance of the StaticInterceptor. | Class | org.apache.flume.interceptor.RegexFilteringInterceptor | Flume |
| RegexFilteringInterceptor .Constants | Class | org.apache.flume.interceptor.RegexFilteringInterceptor | Flume | |
| StaticInterceptor | Interceptor class that appends a static, pre-configured header to all events. | Class | org.apache.flume.interceptor | Flume |
| StaticInterceptor .Builder | Builder which builds new instance of the StaticInterceptor. | Class | org.apache.flume.interceptor.StaticInterceptor | Flume |
| StaticInterceptor .Constants | Class | org.apache.flume.interceptor.StaticInterceptor | Flume | |
| TimestampInterceptor | Simple Interceptor class that sets the current system timestamp on all events that are intercepted. | Class | org.apache.flume.interceptor | Flume |
| TimestampInterceptor .Builder | Builder which builds new instances of the TimestampInterceptor. | Class | org.apache.flume.interceptor.TimestampInterceptor | Flume |
| TimestampInterceptor .Constants | Class | org.apache.flume.interceptor.TimestampInterceptor | Flume | |