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