Package org.apache.spark.storage
Class TaskResultBlockId
Object
org.apache.spark.storage.BlockId
org.apache.spark.storage.TaskResultBlockId
- All Implemented Interfaces:
 Serializable,scala.Equals,scala.Product
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.apache.spark.storage.BlockId
asRDDId, BROADCAST, isBroadcast, isRDD, isShuffle, isShuffleChunk, PYTHON_STREAM, RDD, SHUFFLE, SHUFFLE_BATCH, SHUFFLE_CHUNK, SHUFFLE_DATA, SHUFFLE_INDEX, SHUFFLE_MERGED, SHUFFLE_MERGED_DATA, SHUFFLE_MERGED_INDEX, SHUFFLE_MERGED_META, SHUFFLE_PUSH, STREAM, TASKRESULT, TEMP_LOCAL, TEMP_SHUFFLE, TEST, TEST_LOG_BLOCK, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix 
- 
Constructor Details
- 
TaskResultBlockId
public TaskResultBlockId(long taskId)  
 - 
 - 
Method Details