Packages

c

com.datasolvr.services.spark

TempOutputManager

class TempOutputManager extends TempOutputManagerCore with Logging

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TempOutputManager
  2. TempOutputManagerCore
  3. Logging
  4. LoggingLike
  5. RealTimeAware
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TempOutputManager(rootDir: String, encryptionContext: EncryptionContext = DefaultEncryptionContext)

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. def appendToFrame(id: String, frame: DataFrame): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clear(): Unit
    Definition Classes
    TempOutputManagerCore
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def debug(message: => String, context: => String = getClass.getSimpleName): Unit
    Definition Classes
    LoggingLike
  9. def debugScope[T](message: (Int) => String, context: => String = getClass.getSimpleName)(action: => T): T
    Definition Classes
    LoggingLike
  10. def drop(id: String): Unit
  11. val encryptionContext: EncryptionContext
    Definition Classes
    TempOutputManagerCore
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def error(message: => String, context: => String = getClass.getSimpleName): Unit
    Definition Classes
    LoggingLike
  15. def error(e: Throwable): Unit
    Definition Classes
    LoggingLike
  16. val folder: String
    Attributes
    protected
    Definition Classes
    TempOutputManagerCore
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def handleMessage(timestamp: LocalDateTime, message: => String, level: String, context: => String): Unit
    Definition Classes
    LoggingLoggingLike
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def info(message: => String, context: => String = getClass.getSimpleName): Unit
    Definition Classes
    LoggingLike
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def keepOnly(ids: Set[String]): Unit
  23. val keyValueStore: KeyValueStoreLike
    Attributes
    protected
    Definition Classes
    TempOutputManagerCore
  24. val keyValueStoreLikeFactory: KeyValueStoreLikeFactory
    Attributes
    protected
    Definition Classes
    TempOutputManagerCore
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. def path(id: String): String
    Definition Classes
    TempOutputManagerCore
  29. def readFrame(id: String, session: SparkSession): DataFrame
  30. def readModel(id: String): PipelineModel
  31. def readModelOption(id: String): Option[PipelineModel]
  32. def readString(id: String): String
    Definition Classes
    TempOutputManagerCore
  33. def relativePath(id: String): String
    Definition Classes
    TempOutputManagerCore
  34. val rootDir: String
    Definition Classes
    TempOutputManagerCore
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def utcNowJava: LocalDateTime

    The current UTC date and time.

    The current UTC date and time.

    Definition Classes
    RealTimeAware
  38. def utcTodayJava: LocalDateTime

    The current UTC date.

    The current UTC date.

    Definition Classes
    RealTimeAware
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. def warn(message: => String, context: => String = getClass.getSimpleName): Unit
    Definition Classes
    LoggingLike
  43. def writeFrame(id: String, frame: DataFrame, cache: Boolean = true): Any
  44. def writeModel(id: String, model: PipelineModel): PipelineModel
  45. def writeString(id: String, value: String): Unit
    Definition Classes
    TempOutputManagerCore

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 TempOutputManagerCore

Inherited from Logging

Inherited from LoggingLike

Inherited from RealTimeAware

Inherited from AnyRef

Inherited from Any

Ungrouped