object OutputFacade
- Alphabetic
- By Inheritance
- OutputFacade
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getOutputFormatter(locale: String, maxDecimals: Int = Int.MaxValue, useGrouping: Boolean = false, overrides: Map[String, (Int, Boolean)] = Map(), csvSeparator: Char = ';'): OutputFormatter
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val outputDateFormat: DateTimeFormatter
The format for dates used when formatting output.
- val outputDateTimeFormat: DateTimeFormatter
The format for timestamps used when formatting output.
- val parallelPartColumn: String
The name of the column in the data set that stores the parallel part number.
- val snapshotColumn: String
The name of the column in the data set that stores the snapshot id.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val technicalColumns: Set[String]
The columns snapshotColumn, timelineOrder, timelineDate
- 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.
- 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).
- 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.
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)