object Timestamp

Source
Timestamp.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Timestamp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def createTime(value: Long): Timestamp

    Creates a new Timestamp instance from the specified timestamp value representing the time when the record was created.

  2. def logAppendTime(value: Long): Timestamp

    Creates a new Timestamp instance from the specified timestamp value representing the time when the record was appended to the log.

  3. val none: Timestamp

    The Timestamp instance without any timestamp values.

  4. implicit val timestampEq: Eq[Timestamp]
  5. implicit val timestampShow: Show[Timestamp]
  6. def unknownTime(value: Long): Timestamp

    Creates a new Timestamp instance from the specified timestamp value, when the timestamp type is unknown.