Class LogBlockId

Object
org.apache.spark.storage.BlockId
org.apache.spark.storage.LogBlockId
Direct Known Subclasses:
TestLogBlockId

public abstract class LogBlockId extends BlockId
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 Details

    • LogBlockId

      public LogBlockId(long lastLogTime, String executorId)
  • Method Details

    • empty

      public static LogBlockId empty(scala.Enumeration.Value logBlockType)
    • lastLogTime

      public long lastLogTime()
    • executorId

      public String executorId()
    • logBlockType

      public abstract scala.Enumeration.Value logBlockType()