public class SparkWork.Dependency extends Object implements Serializable, Comparable<SparkWork.Dependency>
| Modifier and Type | Field and Description |
|---|---|
SparkEdgeProperty |
prop |
BaseWork |
w |
| Constructor and Description |
|---|
SparkWork.Dependency() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SparkWork.Dependency o) |
String |
getName() |
String |
getNumPartitions() |
String |
getShuffleType() |
public BaseWork w
public SparkEdgeProperty prop
public String getName()
public String getShuffleType()
public String getNumPartitions()
public int compareTo(SparkWork.Dependency o)
compareTo in interface Comparable<SparkWork.Dependency>Copyright © 2017 The Apache Software Foundation. All rights reserved.