public class BaseInputCollection<S> extends PCollectionImpl<S>
PCollectionImpl.Visitor| Constructor and Description | 
|---|
| BaseInputCollection(Source<S> source,
                   DistributedPipeline pipeline) | 
| BaseInputCollection(Source<S> source,
                   String name,
                   DistributedPipeline pipeline,
                   ParallelDoOptions doOpts) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| long | getLastModifiedAt()The time of the most recent modification to one of the input sources to the collection. | 
| List<PCollectionImpl<?>> | getParents() | 
| PType<S> | getPType()Returns the  PTypeof thisPCollection. | 
| Source<S> | getSource() | 
| int | hashCode() | 
accept, aggregate, asCollection, asReadable, by, by, cache, cache, count, filter, filter, first, getDepth, getMaterializedAt, getName, getOnlyParent, getParallelDoOptions, getPipeline, getSize, getTargetDependencies, getTypeFamily, isBreakpoint, length, materialize, materializeAt, max, min, parallelDo, parallelDo, parallelDo, parallelDo, parallelDo, parallelDo, sequentialDo, setBreakpoint, toString, union, union, write, writepublic BaseInputCollection(Source<S> source, DistributedPipeline pipeline)
public BaseInputCollection(Source<S> source, String name, DistributedPipeline pipeline, ParallelDoOptions doOpts)
public PType<S> getPType()
PCollectionPType of this PCollection.public List<PCollectionImpl<?>> getParents()
getParents in class PCollectionImpl<S>public long getLastModifiedAt()
PCollectionImpl-1 should be returned.getLastModifiedAt in class PCollectionImpl<S>Copyright © 2017 The Apache Software Foundation. All rights reserved.