Class/Object

com.twitter.summingbird.batch

Timestamp

Related Docs: object Timestamp | package batch

Permalink

final case class Timestamp(milliSinceEpoch: Long) extends AnyVal with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Timestamp
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyVal
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Timestamp(milliSinceEpoch: Long)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def +(other: Milliseconds): Timestamp

    Permalink
  4. def -(other: Timestamp): Milliseconds

    Permalink
  5. def -(other: Milliseconds): Timestamp

    Permalink
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def compare(that: Timestamp): Int

    Permalink
  9. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  10. def incrementDays(days: Long): Timestamp

    Permalink
  11. def incrementHours(hours: Long): Timestamp

    Permalink
  12. def incrementMillis(millis: Long): Timestamp

    Permalink
  13. def incrementMinutes(minutes: Long): Timestamp

    Permalink
  14. def incrementSeconds(seconds: Long): Timestamp

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. val milliSinceEpoch: Long

    Permalink
  17. def next: Timestamp

    Permalink
  18. def prev: Timestamp

    Permalink
  19. def toDate: Date

    Permalink
  20. def toRichDate: RichDate

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyVal

Inherited from Any

Ungrouped