Class TestLogBlockId

All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class TestLogBlockId extends LogBlockId implements scala.Product, Serializable
See Also:
  • Constructor Details

    • TestLogBlockId

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

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • lastLogTime

      public long lastLogTime()
      Overrides:
      lastLogTime in class LogBlockId
    • executorId

      public String executorId()
      Overrides:
      executorId in class LogBlockId
    • name

      public String name()
      Description copied from class: BlockId
      A globally unique identifier for this Block. Can be used for ser/de.
      Specified by:
      name in class BlockId
    • logBlockType

      public scala.Enumeration.Value logBlockType()
      Specified by:
      logBlockType in class LogBlockId