com.cloudera.sparkts

DateTimeIndex

object DateTimeIndex extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DateTimeIndex
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fromString(str: String): DateTimeIndex

    Parses a DateTimeIndex from the output of its toString method

  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. def hybrid(indices: Array[DateTimeIndex]): HybridDateTimeIndex

    Creates a HybridDateTimeIndex composed of the given indices.

    Creates a HybridDateTimeIndex composed of the given indices. All indices should have the same zone.

  15. implicit def intToBusinessDayRichInt(tuple: (Int, Int)): BusinessDayRichInt

  16. implicit def intToBusinessDayRichInt(n: Int): BusinessDayRichInt

  17. def irregular(dts: Array[Long], zone: ZoneId): IrregularDateTimeIndex

    Creates an IrregularDateTimeIndex composed of the given date-times, as nanos from the epoch using the provided date-time zone.

  18. def irregular(dts: Array[Long]): IrregularDateTimeIndex

    Creates an IrregularDateTimeIndex composed of the given date-times, as nanos from the epoch using the default date-time zone.

  19. def irregular(dts: Array[ZonedDateTime], zone: ZoneId): IrregularDateTimeIndex

    Creates an IrregularDateTimeIndex composed of the given date-times and zone

  20. def irregular(dts: Array[ZonedDateTime]): IrregularDateTimeIndex

    Creates an IrregularDateTimeIndex composed of the given date-times using the time zone of the first date-time in dts array.

  21. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  25. implicit def periodToFrequency(period: Period): Frequency

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. def uniform(start: ZonedDateTime, periods: Int, frequency: Frequency, zone: ZoneId): UniformDateTimeIndex

    Creates a UniformDateTimeIndex with the given start time, number of periods, frequency , and time zone

  29. def uniform(start: ZonedDateTime, periods: Int, frequency: Frequency): UniformDateTimeIndex

    Creates a UniformDateTimeIndex with the given start time, number of periods, and frequency using the time zone of start time.

  30. def uniform(start: Long, periods: Int, frequency: Frequency, zone: ZoneId = ZoneId.systemDefault()): UniformDateTimeIndex

    Creates a UniformDateTimeIndex with the given start time, number of periods, frequency, and time zone(optionally)

  31. def uniform(start: Long, periods: Int, frequency: Frequency): UniformDateTimeIndex

    Creates a UniformDateTimeIndex with the given start time, number of periods, frequency, and time zone(optionally)

  32. def uniformFromInterval(start: ZonedDateTime, end: ZonedDateTime, frequency: Frequency, zone: ZoneId): UniformDateTimeIndex

    Creates a UniformDateTimeIndex with the given start time and end time (inclusive) and frequency and time zone.

  33. def uniformFromInterval(start: ZonedDateTime, end: ZonedDateTime, frequency: Frequency): UniformDateTimeIndex

    Creates a UniformDateTimeIndex with the given start time and end time (inclusive) and frequency using the time zone of start time.

  34. def uniformFromInterval(start: Long, end: Long, frequency: Frequency, tz: ZoneId): UniformDateTimeIndex

    Creates a UniformDateTimeIndex with the given start time and end time (inclusive), frequency and time zone.

  35. def uniformFromInterval(start: Long, end: Long, frequency: Frequency): UniformDateTimeIndex

    Creates a UniformDateTimeIndex with the given start time and end time (inclusive) and frequency.

  36. def union(indices: Array[DateTimeIndex], zone: ZoneId): DateTimeIndex

    Unions the given indices into a single index at the given date-time zone

  37. def union(indices: Array[DateTimeIndex]): DateTimeIndex

    Unions the given indices into a single index at the default date-time zone

  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped