org.apache.spark.sql.execution.columnar.impl

JDBCSourceAsColumnarStore

final class JDBCSourceAsColumnarStore extends JDBCSourceAsStore

Column Store implementation for GemFireXD.

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

Instance Constructors

  1. new JDBCSourceAsColumnarStore(_connProperties: ConnectionProperties, _numPartitions: Int, blockMap: Map[InternalDistributedMember, BlockManagerId] = ...)

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. val blockMap: Map[InternalDistributedMember, BlockManagerId]

  8. def clone(): AnyRef

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

    Definition Classes
    ExternalStore
  10. val connProperties: ConnectionProperties

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

    Definition Classes
    JDBCSourceAsStore
  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
    Definition Classes
    JDBCSourceAsStore
  16. def genUUIDRegionKey(bucketId: Int = 1): UUIDRegionKey

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

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

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

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

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

  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. val insertStmntLock: ReentrantLock

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

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

    Attributes
    protected
    Definition Classes
    JDBCSourceAsStore
  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
    Definition Classes
    JDBCSourceAsStore
  32. def storeCachedBatch(tableName: String, batch: CachedBatch, bucketId: Int = 1, batchId: Option[UUID] = None): UUIDRegionKey

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

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

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. final def tryExecute[T](tableName: String, f: (Connection) ⇒ T, closeOnSuccess: Boolean = true, onExecutor: Boolean = false)(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 JDBCSourceAsStore

Inherited from ExternalStore

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped