public class GenMRFileSink1 extends Object implements NodeProcessor
| Constructor and Description |
|---|
GenMRFileSink1() |
| Modifier and Type | Method and Description |
|---|---|
Object |
process(Node nd,
Stack<Node> stack,
NodeProcessorCtx opProcCtx,
Object... nodeOutputs)
File Sink Operator encountered.
|
public Object process(Node nd, Stack<Node> stack, NodeProcessorCtx opProcCtx, Object... nodeOutputs) throws SemanticException
process in interface NodeProcessornd - the file sink operator encounteredopProcCtx - contextnodeOutputs - A variable argument list of outputs from other nodes in the walkSemanticExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.