org.apache.spark.sql.store

JDBCSourceAsStore

class JDBCSourceAsStore extends ExternalStore

Linear Supertypes
ExternalStore, Serializable, Serializable, AnyRef, Any
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: columnar.ConnectionType.Value

  11. val dialect: JdbcDialect

    Attributes
    protected
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  19. def getConnection(id: String): Connection

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

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

    Definition Classes
    JDBCSourceAsStoreExternalStore
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. val insertStmntLock: ReentrantLock

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

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

    Definition Classes
    Any
  26. 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]
  27. def makeInsertStmnt(tableName: String, numOfColumns: Int): String

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

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

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

    Definition Classes
    AnyRef
  31. lazy val rand: Random

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

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

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

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. def tryExecute[T](tableName: String, f: PartialFunction[Connection, T], closeOnSuccess: Boolean = true)(implicit arg0: ClassTag[T]): T

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. 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