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<T> | rdd() | 
public abstract scala.collection.Seq<Object> getParents(int partitionId)
partitionId - a partition of the child RDDpublic RDD<T> rdd()
rdd in class Dependency<T>