|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use RTNode | |
---|---|
org.apache.crunch.impl.mr.emit | |
org.apache.crunch.impl.mr.plan | |
org.apache.crunch.impl.mr.run |
Uses of RTNode in org.apache.crunch.impl.mr.emit |
---|
Constructor parameters in org.apache.crunch.impl.mr.emit with type arguments of type RTNode | |
---|---|
IntermediateEmitter(PType<Object> outputPType,
List<RTNode> children,
org.apache.hadoop.conf.Configuration conf,
boolean disableDeepCopy)
|
Uses of RTNode in org.apache.crunch.impl.mr.plan |
---|
Methods in org.apache.crunch.impl.mr.plan that return RTNode | |
---|---|
RTNode |
DoNode.toRTNode(boolean inputNode,
org.apache.hadoop.conf.Configuration conf,
NodeContext nodeContext)
|
Uses of RTNode in org.apache.crunch.impl.mr.run |
---|
Constructor parameters in org.apache.crunch.impl.mr.run with type arguments of type RTNode | |
---|---|
RTNode(DoFn<Object,Object> fn,
PType<Object> outputPType,
String name,
List<RTNode> children,
Converter inputConverter,
Converter outputConverter,
String outputName)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |