public class RangeDependency<T> extends NarrowDependency<T>
Constructor and Description |
---|
RangeDependency(RDD<T> rdd,
int inStart,
int outStart,
int length) |
Modifier and Type | Method and Description |
---|---|
scala.collection.immutable.List<Object> |
getParents(int partitionId)
Get the parent partitions for a child partition.
|
rdd
public scala.collection.immutable.List<Object> getParents(int partitionId)
NarrowDependency
getParents
in class NarrowDependency<T>
partitionId
- a partition of the child RDD