IN
- Type of input objectE
- Type of error object@Beta public interface MultiOutputTransformation<IN,E>
Modifier and Type | Method and Description |
---|---|
void |
transform(IN input,
MultiOutputEmitter<E> emitter)
Transform the input and emit output using
MultiOutputEmitter . |
void transform(IN input, MultiOutputEmitter<E> emitter) throws Exception
MultiOutputEmitter
.input
- input data to be transformedemitter
- MultiOutputEmitter
to emit data to the next stageException
- if there's an error during this method invocationCopyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.