Object/Class

org.apache.spark.sql

CachedDataFrame

Related Docs: class CachedDataFrame | package sql

Permalink

object CachedDataFrame extends (TaskContext, Iterator[InternalRow]) ⇒ PartitionResult with Serializable with KryoSerializable with Logging

Linear Supertypes
Logging, KryoSerializable, Serializable, Serializable, (TaskContext, Iterator[InternalRow]) ⇒ PartitionResult, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CachedDataFrame
  2. Logging
  3. KryoSerializable
  4. Serializable
  5. Serializable
  6. Function2
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val MIN_LOCAL_BLOCK_SIZE: Int

    Permalink

    Minimum size of block beyond which data will be stored in BlockManager before being consumed to store data from multiple partitions safely.

  5. def apply(context: TaskContext, iter: Iterator[InternalRow]): PartitionResult

    Permalink
    Definition Classes
    CachedDataFrame → Function2
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. var compressionCodec: String

    Permalink
  9. def curried: (TaskContext) ⇒ (Iterator[InternalRow]) ⇒ PartitionResult

    Permalink
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  10. def decodeUnsafeRows(numFields: Int, data: Array[Byte], offset: Int, dataLen: Int): Iterator[UnsafeRow]

    Permalink

    Decode the byte arrays back to UnsafeRows and put them into buffer.

  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def initializeLogIfNecessary(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  17. final def isDebugEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  18. final def isInfoEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def isTraceEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  21. final var levelFlags: Int

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  22. def localBlockStoreDecoder(numFields: Int, bm: BlockManager)(block: Any): Iterator[UnsafeRow]

    Permalink
  23. def localBlockStoreResultHandler(rddId: Int, bm: BlockManager)(partitionId: Int, data: Array[Byte]): Any

    Permalink
  24. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  36. final var log_: Logger

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

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

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

    Permalink
    Definition Classes
    AnyRef
  40. def read(kryo: Kryo, input: Input): Unit

    Permalink
    Definition Classes
    CachedDataFrame → KryoSerializable
  41. def resetLogger(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  42. var sparkConf: SparkConf

    Permalink
  43. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    CachedDataFrame → Function2 → AnyRef → Any
  45. def tupled: ((TaskContext, Iterator[InternalRow])) ⇒ PartitionResult

    Permalink
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  46. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def withCallback[U](session: SparkSession, df: DataFrame, name: String)(action: (DataFrame) ⇒ (U, Long)): U

    Permalink

    Wrap a Dataset action to track the QueryExecution and time cost, then report to the user-registered callback functions.

  50. def withNewExecutionId[T](snappySession: SnappySession, queryShortForm: String, queryLongForm: String, queryExecutionStr: String, queryPlanInfo: SparkPlanInfo, currentExecutionId: Long = 1L, planStartTime: Long = 1L, planEndTime: Long = 1L)(body: ⇒ T): (T, Long)

    Permalink

    Wrap an action that will execute "queryExecution" to track all Spark jobs in the body so that we can connect them with an execution.

    Wrap an action that will execute "queryExecution" to track all Spark jobs in the body so that we can connect them with an execution.

    Custom method to allow passing in cached SparkPlanInfo and queryExecution string.

  51. def write(kryo: Kryo, output: Output): Unit

    Permalink
    Definition Classes
    CachedDataFrame → KryoSerializable

Inherited from Logging

Inherited from KryoSerializable

Inherited from Serializable

Inherited from Serializable

Inherited from (TaskContext, Iterator[InternalRow]) ⇒ PartitionResult

Inherited from AnyRef

Inherited from Any

Ungrouped