class QueryContext extends RealTimeAware
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryContext
- RealTimeAware
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new QueryContext(facades: FacadeScope, sparkSession: SparkSession, serviceBase: ServiceBaseFacade)
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 buildSnapshotCache(sql: String, tag: String): SnapshotCache
- def clearLive(snapshotCache: SnapshotCache, outputFacade: OutputFacade): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val facades: FacadeScope
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getResultKeys(sql: String, tag: String, throwException: Boolean = false): ResultKeys
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loadFrame(path: OutputAccess, version: UUID): DataFrame
- def loadSnapshots(results: ResultKeys, startDate: LocalDateTime, endDate: LocalDateTime, snapshotCache: SnapshotCache, liveQuerySources: Set[String] = Set(), tempOutputManager: Option[TempOutputManager] = None): LocalDateTime
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def run(frame: ⇒ DataFrame, outputStream: OutputStream, date: LocalDateTime, locale: String, maxDecimals: Int, includeTimestamp: Boolean, serializeAsJson: Boolean): Int
- val sparkSession: SparkSession
- def sparkToUserException[T](action: ⇒ T): T
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def tryGetInMemoryTime(sql: String, tag: String): Option[LocalDateTime]
- def tryRegisterSourceSnapshot(alias: String, snapshot: SourceSnapshotInfo): Unit
- def tryRegisterTransformSnapshot(key: TransformKey, snapshot: PipelineSnapshotInfo): Unit
- def updateLiveSources(sources: (SourceSnapshotInfo, DataFrame)*): Unit
- def updateLiveTransforms(transforms: ((PipelineSnapshotInfo, String), DataFrame)*): Unit
-
def
utcNowJava: LocalDateTime
The current UTC date and time.
The current UTC date and time.
- Definition Classes
- RealTimeAware
-
def
utcTodayJava: LocalDateTime
The current UTC date.
The current UTC date.
- Definition Classes
- RealTimeAware
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated