Packages

object BSONTimestamp extends Serializable

Timestamp companion

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONTimestamp
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(time: Long, ordinal: Int): BSONTimestamp

    Returns the timestamp corresponding to the given time and ordinal.

    Returns the timestamp corresponding to the given time and ordinal.

    time

    the 32bits time value (seconds since the Unix epoch)

    ordinal

    an incrementing ordinal for operations within a same second