public class BroadcastBlockId extends BlockId implements scala.Product, scala.Serializable
Constructor and Description |
---|
BroadcastBlockId(long broadcastId,
String field) |
Modifier and Type | Method and Description |
---|---|
static scala.Option<RDDBlockId> |
asRDDId() |
long |
broadcastId() |
abstract static boolean |
canEqual(Object that) |
static boolean |
equals(Object other) |
String |
field() |
static int |
hashCode() |
static boolean |
isBroadcast() |
static boolean |
isRDD() |
static boolean |
isShuffle() |
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() |
static String |
toString() |
apply, asRDDId, BROADCAST, equals, hashCode, isBroadcast, isRDD, isShuffle, RDD, SHUFFLE_DATA, SHUFFLE_INDEX, SHUFFLE, STREAM, TASKRESULT, TEST, toString
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 long broadcastId()
public String field()