public abstract class BlockId
extends Object
If your BlockId should be serializable, be sure to add it to the BlockId.apply() method.
| Constructor and Description | 
|---|
BlockId()  | 
| Modifier and Type | Method and Description | 
|---|---|
static BlockId | 
apply(String name)  | 
scala.Option<RDDBlockId> | 
asRDDId()  | 
static scala.util.matching.Regex | 
BROADCAST()  | 
boolean | 
isBroadcast()  | 
boolean | 
isRDD()  | 
boolean | 
isShuffle()  | 
boolean | 
isShuffleChunk()  | 
abstract String | 
name()
A globally unique identifier for this Block. 
 | 
static scala.util.matching.Regex | 
RDD()  | 
static scala.util.matching.Regex | 
SHUFFLE_BATCH()  | 
static scala.util.matching.Regex | 
SHUFFLE_CHUNK()  | 
static scala.util.matching.Regex | 
SHUFFLE_DATA()  | 
static scala.util.matching.Regex | 
SHUFFLE_INDEX()  | 
static scala.util.matching.Regex | 
SHUFFLE_MERGED_DATA()  | 
static scala.util.matching.Regex | 
SHUFFLE_MERGED_INDEX()  | 
static scala.util.matching.Regex | 
SHUFFLE_MERGED_META()  | 
static scala.util.matching.Regex | 
SHUFFLE_MERGED()  | 
static scala.util.matching.Regex | 
SHUFFLE_PUSH()  | 
static scala.util.matching.Regex | 
SHUFFLE()  | 
static scala.util.matching.Regex | 
STREAM()  | 
static scala.util.matching.Regex | 
TASKRESULT()  | 
static scala.util.matching.Regex | 
TEMP_LOCAL()  | 
static scala.util.matching.Regex | 
TEMP_SHUFFLE()  | 
static scala.util.matching.Regex | 
TEST()  | 
String | 
toString()  | 
public static scala.util.matching.Regex RDD()
public static scala.util.matching.Regex SHUFFLE()
public static scala.util.matching.Regex SHUFFLE_BATCH()
public static scala.util.matching.Regex SHUFFLE_DATA()
public static scala.util.matching.Regex SHUFFLE_INDEX()
public static scala.util.matching.Regex SHUFFLE_PUSH()
public static scala.util.matching.Regex SHUFFLE_MERGED()
public static scala.util.matching.Regex SHUFFLE_MERGED_DATA()
public static scala.util.matching.Regex SHUFFLE_MERGED_INDEX()
public static scala.util.matching.Regex SHUFFLE_MERGED_META()
public static scala.util.matching.Regex SHUFFLE_CHUNK()
public static scala.util.matching.Regex BROADCAST()
public static scala.util.matching.Regex TASKRESULT()
public static scala.util.matching.Regex STREAM()
public static scala.util.matching.Regex TEMP_LOCAL()
public static scala.util.matching.Regex TEMP_SHUFFLE()
public static scala.util.matching.Regex TEST()
public static BlockId apply(String name)
public abstract String name()
public scala.Option<RDDBlockId> asRDDId()
public boolean isRDD()
public boolean isShuffle()
public boolean isShuffleChunk()
public boolean isBroadcast()
public String toString()
toString in class Object