Class

com.google.cloud.spark.bigquery

IntermediateDataCleaner

Related Doc: package bigquery

Permalink

case class IntermediateDataCleaner(path: Path, conf: Configuration) extends Thread with Logging with Product with Serializable

Responsible for recursively deleting the intermediate path. Implementing Thread in order to act as shutdown hook.

path

the path to delete

conf

the hadoop configuration

Linear Supertypes
Serializable, Serializable, Product, Equals, Logging, Thread, Runnable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntermediateDataCleaner
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Logging
  7. Thread
  8. Runnable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IntermediateDataCleaner(path: Path, conf: Configuration)

    Permalink

    path

    the path to delete

    conf

    the hadoop configuration

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def checkAccess(): Unit

    Permalink
    Definition Classes
    Thread
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    Thread → AnyRef
    Annotations
    @throws( ... )
  7. val conf: Configuration

    Permalink

    the hadoop configuration

  8. def deletePath: Unit

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getContextClassLoader(): ClassLoader

    Permalink
    Definition Classes
    Thread
    Annotations
    @CallerSensitive()
  13. def getId(): Long

    Permalink
    Definition Classes
    Thread
  14. final def getName(): String

    Permalink
    Definition Classes
    Thread
  15. final def getPriority(): Int

    Permalink
    Definition Classes
    Thread
  16. def getStackTrace(): Array[StackTraceElement]

    Permalink
    Definition Classes
    Thread
  17. def getState(): State

    Permalink
    Definition Classes
    Thread
  18. final def getThreadGroup(): ThreadGroup

    Permalink
    Definition Classes
    Thread
  19. def getUncaughtExceptionHandler(): UncaughtExceptionHandler

    Permalink
    Definition Classes
    Thread
  20. def googleGetContext0(): Long

    Permalink
    Definition Classes
    Thread
  21. def googleSetContext0(arg0: Long): Unit

    Permalink
    Definition Classes
    Thread
  22. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  23. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  24. def interrupt(): Unit

    Permalink
    Definition Classes
    Thread
  25. final def isAlive(): Boolean

    Permalink
    Definition Classes
    Thread
  26. final def isDaemon(): Boolean

    Permalink
    Definition Classes
    Thread
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def isInterrupted(): Boolean

    Permalink
    Definition Classes
    Thread
  29. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  30. final def join(): Unit

    Permalink
    Definition Classes
    Thread
    Annotations
    @throws( ... )
  31. final def join(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    Thread
    Annotations
    @throws( ... )
  32. final def join(arg0: Long): Unit

    Permalink
    Definition Classes
    Thread
    Annotations
    @throws( ... )
  33. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  34. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  35. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  36. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  37. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  38. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  39. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  40. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  41. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  42. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  43. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  44. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  45. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. val path: Path

    Permalink

    the path to delete

  49. def run(): Unit

    Permalink
    Definition Classes
    IntermediateDataCleaner → Thread → Runnable
  50. def setContextClassLoader(arg0: ClassLoader): Unit

    Permalink
    Definition Classes
    Thread
  51. final def setDaemon(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Thread
  52. final def setName(arg0: String): Unit

    Permalink
    Definition Classes
    Thread
  53. final def setPriority(arg0: Int): Unit

    Permalink
    Definition Classes
    Thread
  54. def setUncaughtExceptionHandler(arg0: UncaughtExceptionHandler): Unit

    Permalink
    Definition Classes
    Thread
  55. def start(): Unit

    Permalink
    Definition Classes
    Thread
  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  57. def toString(): String

    Permalink
    Definition Classes
    Thread → AnyRef → Any
  58. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def countStackFrames(): Int

    Permalink
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def destroy(): Unit

    Permalink
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. final def resume(): Unit

    Permalink
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. final def stop(arg0: Throwable): Unit

    Permalink
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. final def stop(): Unit

    Permalink
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. final def suspend(): Unit

    Permalink
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Logging

Inherited from Thread

Inherited from Runnable

Inherited from AnyRef

Inherited from Any

Ungrouped