Timestamp

sealed abstract class Timestamp

Timestamp is an optional timestamp value representing a createTime, logAppendTime, unknownTime, or no timestamp at all.

Companion:
object
Source:
Timestamp.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

Returns the timestamp value, if the timestamp is representing the time when a record was created.

Returns the timestamp value, if the timestamp is representing the time when a record was created.

Source:
Timestamp.scala

Returns true if there is no timestamp value; otherwise false.

Returns true if there is no timestamp value; otherwise false.

Source:
Timestamp.scala

Returns the timestamp value, if the timestamp is representing the time when a record was appended to the log.

Returns the timestamp value, if the timestamp is representing the time when a record was appended to the log.

Source:
Timestamp.scala

Returns the timestamp value, if there is a timestamp, but the type is unknown.

Returns the timestamp value, if there is a timestamp, but the type is unknown.

Source:
Timestamp.scala

Concrete methods

final def nonEmpty: Boolean

Returns true if there is a timestamp value; otherwise false.

Returns true if there is a timestamp value; otherwise false.

Source:
Timestamp.scala