Class TestLogLine

Object
org.apache.spark.storage.TestLogLine
All Implemented Interfaces:
Serializable, LogLine, scala.Equals, scala.Product

public class TestLogLine extends Object implements LogLine, scala.Product, Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    TestLogLine(long eventTime, long sequenceId, String message)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1, T2 v2, T3 v3)
     
    long
     
     
    long
     
    static String
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • TestLogLine

      public TestLogLine(long eventTime, long sequenceId, String message)
  • Method Details

    • apply

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

      public static String toString()
    • eventTime

      public long eventTime()
      Specified by:
      eventTime in interface LogLine
    • sequenceId

      public long sequenceId()
      Specified by:
      sequenceId in interface LogLine
    • message

      public String message()
      Specified by:
      message in interface LogLine