Package org.apache.spark.storage
Class LogBlockId
Object
org.apache.spark.storage.BlockId
org.apache.spark.storage.LogBlockId
- Direct Known Subclasses:
- TestLogBlockId
Identifies a block of log data.
 
param: lastLogTime the timestamp of the last log entry in this block, used for filtering and log management. param: executorId the ID of the executor that produced this log block.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic LogBlockIdempty(scala.Enumeration.Value logBlockType) longabstract scala.Enumeration.ValueMethods inherited from class org.apache.spark.storage.BlockIdapply, asRDDId, BROADCAST, isBroadcast, isRDD, isShuffle, isShuffleChunk, name, 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, toString
- 
Constructor Details- 
LogBlockId
 
- 
- 
Method Details- 
empty
- 
lastLogTimepublic long lastLogTime()
- 
executorId
- 
logBlockTypepublic abstract scala.Enumeration.Value logBlockType()
 
-