org.bson.types

Class BSONTimestamp

    • Constructor Detail

      • BSONTimestamp

        public BSONTimestamp()
      • BSONTimestamp

        public BSONTimestamp(int time,
                     int inc)
    • Method Detail

      • getTime

        public int getTime()
        Returns:
        get time in seconds since epoch
      • getInc

        public int getInc()