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
  extended by org.apache.crunch.impl.dist.collect.PCollectionImpl<S>
      extended by org.apache.crunch.impl.dist.collect.BaseInputCollection<S>
          extended by org.apache.crunch.impl.mr.collect.InputCollection<S>
All Implemented Interfaces:
MRCollection, PCollection<S>

public class InputCollection<S>
extends BaseInputCollection<S>
implements MRCollection


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.crunch.impl.dist.collect.PCollectionImpl
PCollectionImpl.Visitor
 
Field Summary
 
Fields inherited from class org.apache.crunch.impl.dist.collect.BaseInputCollection
source
 
Fields inherited from class org.apache.crunch.impl.dist.collect.PCollectionImpl
doOptions, materializedAt, pipeline
 
Constructor Summary
InputCollection(Source<S> source, MRPipeline pipeline)
           
 
Method Summary
 DoNode createDoNode()
           
protected  ReadableData<S> getReadableDataInternal()
           
 
Methods inherited from class org.apache.crunch.impl.dist.collect.BaseInputCollection
acceptInternal, equals, getLastModifiedAt, getParents, getPType, getSizeInternal, getSource, hashCode
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InputCollection

public InputCollection(Source<S> source,
                       MRPipeline pipeline)
Method Detail

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.