public class SparkEdgeProperty extends Object
Modifier and Type | Field and Description |
---|---|
static long |
MR_SHUFFLE_SORT |
static long |
SHUFFLE_GROUP |
static long |
SHUFFLE_NONE |
static long |
SHUFFLE_SORT |
Constructor and Description |
---|
SparkEdgeProperty(long edgeType) |
SparkEdgeProperty(long edgeType,
int numPartitions) |
Modifier and Type | Method and Description |
---|---|
long |
getEdgeType() |
int |
getNumPartitions() |
String |
getShuffleType() |
boolean |
isMRShuffle() |
boolean |
isShuffleGroup() |
boolean |
isShuffleNone() |
boolean |
isShuffleSort() |
void |
setMRShuffle() |
void |
setNumPartitions(int numPartitions) |
void |
setShuffleGroup() |
void |
setShuffleNone() |
void |
setShuffleSort() |
public static final long SHUFFLE_NONE
public static final long SHUFFLE_GROUP
public static final long SHUFFLE_SORT
public static final long MR_SHUFFLE_SORT
public SparkEdgeProperty(long edgeType, int numPartitions)
public SparkEdgeProperty(long edgeType)
public boolean isShuffleNone()
public void setShuffleNone()
public boolean isShuffleGroup()
public void setShuffleGroup()
public void setMRShuffle()
public boolean isMRShuffle()
public void setShuffleSort()
public boolean isShuffleSort()
public long getEdgeType()
public String getShuffleType()
public int getNumPartitions()
public void setNumPartitions(int numPartitions)
Copyright © 2017 The Apache Software Foundation. All rights reserved.