Timestamp

fs2.kafka.Timestamp
See theTimestamp companion class
object Timestamp

Attributes

Companion
class
Source
Timestamp.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Timestamp.type

Members list

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.

Attributes

Source
Timestamp.scala

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.

Attributes

Source
Timestamp.scala
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.

Attributes

Source
Timestamp.scala

Concrete fields

The Timestamp instance without any timestamp values.

The Timestamp instance without any timestamp values.

Attributes

Source
Timestamp.scala

Implicits

Implicits

implicit val timestampEq: Eq[Timestamp]

Attributes

Source
Timestamp.scala
implicit val timestampShow: Show[Timestamp]

Attributes

Source
Timestamp.scala