public class ShuffleBlockId extends BlockId implements scala.Product, scala.Serializable
Constructor and Description |
---|
ShuffleBlockId(int shuffleId,
int mapId,
int reduceId) |
Modifier and Type | Method and Description |
---|---|
static scala.Option<RDDBlockId> |
asRDDId() |
abstract static boolean |
canEqual(java.lang.Object that) |
static boolean |
equals(java.lang.Object other) |
static int |
hashCode() |
static boolean |
isBroadcast() |
static boolean |
isRDD() |
static boolean |
isShuffle() |
int |
mapId() |
java.lang.String |
name()
A globally unique identifier for this Block.
|
abstract static int |
productArity() |
abstract static java.lang.Object |
productElement(int n) |
static scala.collection.Iterator<java.lang.Object> |
productIterator() |
static java.lang.String |
productPrefix() |
int |
reduceId() |
int |
shuffleId() |
static java.lang.String |
toString() |
apply, asRDDId, BROADCAST, equals, hashCode, isBroadcast, isRDD, isShuffle, RDD, SHUFFLE_DATA, SHUFFLE_INDEX, SHUFFLE, STREAM, TASKRESULT, TEST, toString
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
public static scala.Option<RDDBlockId> asRDDId()
public static boolean isRDD()
public static boolean isShuffle()
public static boolean isBroadcast()
public static java.lang.String toString()
public static int hashCode()
public static boolean equals(java.lang.Object other)
public abstract static boolean canEqual(java.lang.Object that)
public abstract static java.lang.Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public int shuffleId()
public int mapId()
public int reduceId()