class TempOutputManager extends TempOutputManagerCore with Logging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TempOutputManager
- TempOutputManagerCore
- Logging
- LoggingLike
- RealTimeAware
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TempOutputManager(rootDir: String, encryptionContext: EncryptionContext = DefaultEncryptionContext)
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
- def appendToFrame(id: String, frame: DataFrame): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear(): Unit
- Definition Classes
- TempOutputManagerCore
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def debug(message: => String, context: => String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
- def debugScope[T](message: (Int) => String, context: => String = getClass.getSimpleName)(action: => T): T
- Definition Classes
- LoggingLike
- def drop(id: String): Unit
- val encryptionContext: EncryptionContext
- Definition Classes
- TempOutputManagerCore
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error(message: => String, context: => String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
- def error(e: Throwable): Unit
- Definition Classes
- LoggingLike
- val folder: String
- Attributes
- protected
- Definition Classes
- TempOutputManagerCore
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def handleMessage(timestamp: LocalDateTime, message: => String, level: String, context: => String): Unit
- Definition Classes
- Logging → LoggingLike
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def info(message: => String, context: => String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keepOnly(ids: Set[String]): Unit
- val keyValueStore: KeyValueStoreLike
- Attributes
- protected
- Definition Classes
- TempOutputManagerCore
- val keyValueStoreLikeFactory: KeyValueStoreLikeFactory
- Attributes
- protected
- Definition Classes
- TempOutputManagerCore
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def path(id: String): String
- Definition Classes
- TempOutputManagerCore
- def readFrame(id: String, session: SparkSession): DataFrame
- def readModel(id: String): PipelineModel
- def readModelOption(id: String): Option[PipelineModel]
- def readString(id: String): String
- Definition Classes
- TempOutputManagerCore
- def relativePath(id: String): String
- Definition Classes
- TempOutputManagerCore
- val rootDir: String
- Definition Classes
- TempOutputManagerCore
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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(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])
- def warn(message: => String, context: => String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
- def writeFrame(id: String, frame: DataFrame, cache: Boolean = true): Any
- def writeModel(id: String, model: PipelineModel): PipelineModel
- def writeString(id: String, value: String): Unit
- Definition Classes
- TempOutputManagerCore
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)