public abstract class NarrowDependency<T> extends Dependency<T>
| Constructor and Description |
|---|
NarrowDependency(RDD<T> rdd) |
| Modifier and Type | Method and Description |
|---|---|
abstract scala.collection.Seq<Object> |
getParents(int partitionId)
Get the parent partitions for a child partition.
|
rdd