This project has retired. For details please refer to its
Attic page.
RTNode (Apache Crunch 0.3.0-incubating API)
org.apache.crunch.impl.mr.run
Class RTNode
java.lang.Object
org.apache.crunch.impl.mr.run.RTNode
- All Implemented Interfaces:
- Serializable
public class RTNode
- extends Object
- implements Serializable
- See Also:
- Serialized Form
RTNode
public RTNode(DoFn<Object,Object> fn,
String name,
List<RTNode> children,
Converter inputConverter,
Converter outputConverter,
String outputName)
initialize
public void initialize(CrunchTaskContext ctxt)
isLeafNode
public boolean isLeafNode()
process
public void process(Object input)
process
public void process(Object key,
Object value)
processIterable
public void processIterable(Object key,
Iterable values)
cleanup
public void cleanup()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.