T - type of input objectU - type of output objectpublic class ErrorTransformFunction<T,U> extends Object implements FlatMapFunc<ErrorRecord<T>,RecordInfo<Object>>
| Constructor and Description |
|---|
ErrorTransformFunction(PluginFunctionContext pluginFunctionContext) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<RecordInfo<Object>> |
call(ErrorRecord<T> inputError) |
public ErrorTransformFunction(PluginFunctionContext pluginFunctionContext)
public Iterable<RecordInfo<Object>> call(ErrorRecord<T> inputError) throws Exception
call in interface FlatMapFunc<ErrorRecord<T>,RecordInfo<Object>>ExceptionCopyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.