org.apache.spark.sql.execution.columnar

JDBCSourceAsStore

class JDBCSourceAsStore extends ExternalStore

Linear Supertypes
ExternalStore, Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JDBCSourceAsStore
  2. ExternalStore
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JDBCSourceAsStore(connProperties: ConnectionProperties, numPartitions: Int)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final val columnPrefix: String("Col_")

    Definition Classes
    ExternalStore
  9. val connProperties: ConnectionProperties

    Definition Classes
    JDBCSourceAsStoreExternalStore
  10. lazy val connectionType: ConnectionType.Value

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def genUUIDRegionKey(bucketID: Int, batchID: UUID): UUIDRegionKey

    Attributes
    protected
  15. def genUUIDRegionKey(bucketId: Int = 1): UUIDRegionKey

    Attributes
    protected
  16. def getCachedBatchRDD(tableName: String, requiredColumns: Array[String], sparkContext: SparkContext): RDD[CachedBatch]

    Definition Classes
    JDBCSourceAsStoreExternalStore
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getConnection(id: String, onExecutor: Boolean): Connection

    Definition Classes
    JDBCSourceAsStoreExternalStore
  19. def getRowInsertStr(tableName: String, numOfColumns: Int): String

    Attributes
    protected
  20. def getUUIDRegionKey(tableName: String, bucketId: Int = 1, batchId: Option[UUID] = None): UUIDRegionKey

    Definition Classes
    JDBCSourceAsStoreExternalStore
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. val insertStmntLock: ReentrantLock

    Attributes
    protected
  23. val insertStrings: HashMap[String, String]

    Attributes
    protected
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def lock[A](f: ⇒ A): A

    Acquires a read lock on the cache for the duration of f.

    Acquires a read lock on the cache for the duration of f.

    Attributes
    protected[org.apache.spark.sql]
  26. def makeInsertStmnt(tableName: String, numOfColumns: Int): String

    Attributes
    protected
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. lazy val rand: Random

    Attributes
    protected
  31. def storeCachedBatch(tableName: String, batch: CachedBatch, bucketId: Int = 1, batchId: Option[UUID] = None): UUIDRegionKey

    Definition Classes
    JDBCSourceAsStoreExternalStore
  32. def storeCurrentBatch(tableName: String, batch: CachedBatch, uuid: UUIDRegionKey): Unit

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

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. final def tryExecute[T](tableName: String, f: (Connection) ⇒ T, closeOnSuccess: Boolean = true, onExecutor: Boolean = false)(implicit arg0: ClassTag[T]): T

    Definition Classes
    ExternalStore
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExternalStore

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped