|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use DoNode | |
|---|---|
| org.apache.crunch.impl.mr.collect | |
| org.apache.crunch.impl.mr.plan | |
| Uses of DoNode in org.apache.crunch.impl.mr.collect |
|---|
| Methods in org.apache.crunch.impl.mr.collect that return DoNode | |
|---|---|
DoNode |
UnionTable.createDoNode()
|
DoNode |
UnionCollection.createDoNode()
|
DoNode |
PGroupedTableImpl.createDoNode()
|
abstract DoNode |
PCollectionImpl.createDoNode()
|
DoNode |
InputTable.createDoNode()
|
DoNode |
InputCollection.createDoNode()
|
DoNode |
DoTableImpl.createDoNode()
|
DoNode |
DoCollectionImpl.createDoNode()
|
DoNode |
PGroupedTableImpl.getGroupingNode()
|
| Uses of DoNode in org.apache.crunch.impl.mr.plan |
|---|
| Methods in org.apache.crunch.impl.mr.plan that return DoNode | ||
|---|---|---|
DoNode |
DoNode.addChild(DoNode node)
|
|
static DoNode |
DoNode.createFnNode(String name,
DoFn<?,?> function,
PType<?> ptype)
|
|
static
|
DoNode.createGroupingNode(String name,
PGroupedTableType<K,V> ptype)
|
|
static
|
DoNode.createInputNode(Source<S> source)
|
|
static
|
DoNode.createOutputNode(String name,
PType<S> ptype)
|
|
| Methods in org.apache.crunch.impl.mr.plan that return types with arguments of type DoNode | |
|---|---|
List<DoNode> |
DoNode.getChildren()
|
| Methods in org.apache.crunch.impl.mr.plan with parameters of type DoNode | |
|---|---|
DoNode |
DoNode.addChild(DoNode node)
|
void |
MSCROutputHandler.configureNode(DoNode node,
Target target)
|
void |
JobNameBuilder.visit(DoNode node)
|
| Method parameters in org.apache.crunch.impl.mr.plan with type arguments of type DoNode | |
|---|---|
void |
JobNameBuilder.visit(List<DoNode> nodes)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||