Packages

object OutputFacade

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OutputFacade
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  9. def getOutputFormatter(locale: String, maxDecimals: Int = Int.MaxValue, useGrouping: Boolean = false, overrides: Map[String, (Int, Boolean)] = Map(), csvSeparator: Char = ';'): OutputFormatter
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. val liveTimestampColumn: String

    The name of a column that is added to the data set for snapshots of live enabled sources and pipelines.

    The name of a column that is added to the data set for snapshots of live enabled sources and pipelines. The column has the timestamp associated with the snapshot.

  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. val outputDateFormat: DateTimeFormatter

    The format for dates used when formatting output.

  17. val outputDateTimeFormat: DateTimeFormatter

    The format for timestamps used when formatting output.

  18. val parallelPartColumn: String

    The name of the column in the data set that stores the parallel part number.

  19. val snapshotColumn: String

    The name of the column in the data set that stores the snapshot id.

  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. val technicalColumns: Set[String]

    The columns snapshotColumn, timelineOrder, timelineDate

  22. val timelineDate: String

    The name of a column that is added to the data set when importing data using a timeline.

    The name of a column that is added to the data set when importing data using a timeline. The column has the timestamp associated with the snapshot.

  23. val timelineOrder: String

    The name of a column that is added to the data set when importing data using a timeline.

    The name of a column that is added to the data set when importing data using a timeline. The column has an integer value from 0 and up indicating the position of the snapshot ordered by date (descending).

  24. val timestampOutputColumn: String

    The name of a column that is added to the data set when retrieving output from the API.

    The name of a column that is added to the data set when retrieving output from the API. The column has the timestamp associated with the snapshot.

  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped