IN - the type of error recordOUT - the type of output recordpublic abstract class ErrorTransform<IN,OUT> extends Transform<ErrorRecord<IN>,OUT>
Transform that will get as input all errors emitted by the previous stage.
A record is emitted as an error using ErrorEmitter.emitError(InvalidEntry).| Modifier and Type | Field and Description |
|---|---|
static String |
PLUGIN_TYPE |
| Constructor and Description |
|---|
ErrorTransform() |
configurePipeline, destroy, getContext, initialize, onRunFinish, prepareRunclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformpublic static final String PLUGIN_TYPE
Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.