Packages

class QueryContext extends RealTimeAware

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

Instance Constructors

  1. new QueryContext(facades: FacadeScope, sparkSession: SparkSession, serviceBase: ServiceBaseFacade)

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 buildSnapshotCache(sql: String, tag: String): SnapshotCache
  6. def clearLive(snapshotCache: SnapshotCache, outputFacade: OutputFacade): Unit
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. val facades: FacadeScope
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  12. def getResultKeys(sql: String, tag: String, throwException: Boolean = false): ResultKeys
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def loadFrame(path: OutputAccess, version: UUID): DataFrame
  16. def loadSnapshots(results: ResultKeys, startDate: LocalDateTime, endDate: LocalDateTime, snapshotCache: SnapshotCache, liveQuerySources: Set[String] = Set(), tempOutputManager: Option[TempOutputManager] = None): LocalDateTime
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. def run(frame: => DataFrame, outputStream: OutputStream, date: LocalDateTime, locale: String, maxDecimals: Int, includeTimestamp: Boolean, serializeAsJson: Boolean): Int
  21. val sparkSession: SparkSession
  22. def sparkToUserException[T](action: => T): T
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def tryGetInMemoryTime(sql: String, tag: String): Option[LocalDateTime]
  26. def tryRegisterSourceSnapshot(alias: String, snapshot: SourceSnapshotInfo): Unit
  27. def tryRegisterTransformSnapshot(key: TransformKey, snapshot: PipelineSnapshotInfo): Unit
  28. def updateLiveSources(sources: (SourceSnapshotInfo, DataFrame)*): Unit
  29. def updateLiveTransforms(transforms: ((PipelineSnapshotInfo, String), DataFrame)*): Unit
  30. def utcNowJava: LocalDateTime

    The current UTC date and time.

    The current UTC date and time.

    Definition Classes
    RealTimeAware
  31. def utcTodayJava: LocalDateTime

    The current UTC date.

    The current UTC date.

    Definition Classes
    RealTimeAware
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. 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 RealTimeAware

Inherited from AnyRef

Inherited from Any

Ungrouped