public class EmptyPCollection<T> extends PCollectionImpl<T>
PCollectionImpl.Visitor
Constructor and Description |
---|
EmptyPCollection(DistributedPipeline pipeline,
PType<T> ptype) |
Modifier and Type | Method and Description |
---|---|
long |
getLastModifiedAt()
The time of the most recent modification to one of the input sources to the collection.
|
List<PCollectionImpl<?>> |
getParents() |
PType<T> |
getPType()
Returns the
PType of this PCollection . |
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, write
public EmptyPCollection(DistributedPipeline pipeline, PType<T> ptype)
public List<PCollectionImpl<?>> getParents()
getParents
in class PCollectionImpl<T>
public long getLastModifiedAt()
PCollectionImpl
-1
should be returned.getLastModifiedAt
in class PCollectionImpl<T>
public PType<T> getPType()
PCollection
PType
of this PCollection
.Copyright © 2016 The Apache Software Foundation. All rights reserved.