This project has retired. For details please refer to its
Attic page.
InputCollection (Apache Crunch 0.9.0 API)
org.apache.crunch.impl.mr.collect
Class InputCollection<S>
java.lang.Object
org.apache.crunch.impl.dist.collect.PCollectionImpl<S>
org.apache.crunch.impl.dist.collect.BaseInputCollection<S>
org.apache.crunch.impl.mr.collect.InputCollection<S>
- All Implemented Interfaces:
- MRCollection, PCollection<S>
public class InputCollection<S>
- extends BaseInputCollection<S>
- implements MRCollection
Methods inherited from class org.apache.crunch.impl.dist.collect.PCollectionImpl |
accept, asCollection, asReadable, by, by, cache, cache, count, filter, filter, getChainingCollection, getDepth, getMaterializedAt, getName, getOnlyParent, getParallelDoOptions, getPipeline, getSize, getTargetDependencies, getTypeFamily, isBreakpoint, length, materialize, materializeAt, materializedData, max, min, parallelDo, parallelDo, parallelDo, parallelDo, parallelDo, parallelDo, setBreakpoint, toString, union, union, write, write |
InputCollection
public InputCollection(Source<S> source,
MRPipeline pipeline)
getReadableDataInternal
protected ReadableData<S> getReadableDataInternal()
- Overrides:
getReadableDataInternal
in class BaseInputCollection<S>
createDoNode
public DoNode createDoNode()
- Specified by:
createDoNode
in interface MRCollection
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.