com.gilt.gfc

time

package time

Visibility
  1. Public
  2. All

Type Members

  1. trait MonotonicClock extends AnyRef

    Defines a clock which has essentially millisecond accuracy, but which returns times in nanoseconds so that it can include a monotonically-increasing counter so that this clock will never return the same time twice.

  2. trait Timer extends AnyRef

    Various utilities for timing & reporting on blocks of code.

  3. case class Timestamp(time: Long) extends Ordered[Timestamp] with Product with Serializable

Value Members

  1. object JMonotonicClock extends MonotonicClock

  2. object MonotonicClock extends MonotonicClock

  3. object Timer extends Timer

  4. object Timestamp extends Serializable

    Immutable wrapper around a timestamp.