avro.util

Date

sealed case class Date(value: Long) extends CaseClassAvroRecord with Ordered[Date] with Serializable with Product with Serializable

The class Date represents a specific instant in time, with millisecond precision.

Annotations
@AvroGenerated()
See also

java.util.Date

Linear Supertypes
Serializable, Product, Equals, Serializable, Ordered[Date], Comparable[Date], CaseClassAvroRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Date
  2. Serializable
  3. Product
  4. Equals
  5. Serializable
  6. Ordered
  7. Comparable
  8. CaseClassAvroRecord
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Date(value: Long)

    Create a case class with all attributes describe in the associated Avro record.

    Create a case class with all attributes describe in the associated Avro record. It's recommended to use the named parameters.

Type Members

  1. abstract type LT

    Logical type associated with this record.

    Logical type associated with this record. May be the same type.

    Definition Classes
    CaseClassAvroRecord

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def <(that: Date): Boolean

    Definition Classes
    Ordered
  5. def <=(that: Date): Boolean

    Definition Classes
    Ordered
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def >(that: Date): Boolean

    Definition Classes
    Ordered
  9. def >=(that: Date): Boolean

    Definition Classes
    Ordered
  10. lazy val SCHEMA$: Schema

    The root schema for the case-class.

    The root schema for the case-class.

    Definition Classes
    DateCaseClassAvroRecord
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def compare(_that: Date): Int

    Compare instance.

    Compare instance.

    Definition Classes
    Date → Ordered
    Note

    Requite _that use the same class.

    See also

    scala.math.Ordered

  14. def compareTo(that: Date): Int

    Definition Classes
    Ordered → Comparable
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(_obj: Any): Boolean

    Indicates whether some other object is "equal to" this one.

    Indicates whether some other object is "equal to" this one.

    Definition Classes
    Date → Equals → AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. lazy val toAvroRecord: Record

    Convert a case class to an Avro record.

    Convert a case class to an Avro record.

    Definition Classes
    DateCaseClassAvroRecord
  25. val value: Long

  26. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Ordered[Date]

Inherited from Comparable[Date]

Inherited from CaseClassAvroRecord

Inherited from AnyRef

Inherited from Any

Ungrouped