|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.crunch.impl.dist.collect.PCollectionImpl<S>
org.apache.crunch.impl.dist.collect.BaseDoCollection<S>
public class BaseDoCollection<S>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.crunch.impl.dist.collect.PCollectionImpl |
---|
PCollectionImpl.Visitor |
Method Summary | |
---|---|
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 PType of this PCollection . |
Methods inherited from class org.apache.crunch.impl.dist.collect.PCollectionImpl |
---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public PType<S> getPType()
PCollection
PType
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>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |