Timestamp

object Timestamp
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def createTime(value: Long): Timestamp

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

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

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.

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

def unknownTime(value: Long): Timestamp

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

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

Concrete fields

The Timestamp instance without any timestamp values.

The Timestamp instance without any timestamp values.

Implicits

Implicits

implicit val timestampEq: Eq[Timestamp]
implicit val timestampShow: Show[Timestamp]