本项目编写Flume自定义拦截器步骤( )
A: 重写四个方法
B: 静态内部类,实现 Interceptor.Builder
C: 实现 Interceptor
D: 实现 Exception
A: 重写四个方法
B: 静态内部类,实现 Interceptor.Builder
C: 实现 Interceptor
D: 实现 Exception
举一反三
- 自定义拦截器需要实现Interceptor接口。
- 自定义拦截器类的方式有()。 A: 实现Interceptor接口 B: 实现AbstractInterceptor接口 C: 继承Interceptor类 D: 继承AbstractInterceptor类
- 自定义拦截器可以通过继承()实现。 A: Interceptor B: AbstractInterceptor C: Validator D: Action
- 在编写Flume拦截器代码时,Interceptor接口中实现的close方法的作用( ) A: 关闭控制台 B: 关闭程序 C: 开启资源 D: 关闭资源
- 分流标记拦截器需要实现拦截器接口Interceptor。( )