Packages

c

com.datastax.spark.connector.datasource

CassandraBaseInJoinReader

abstract class CassandraBaseInJoinReader extends PartitionReader[InternalRow] with Logging

Linear Supertypes
Logging, PartitionReader[InternalRow], Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CassandraBaseInJoinReader
  2. Logging
  3. PartitionReader
  4. Closeable
  5. AutoCloseable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CassandraBaseInJoinReader(connector: CassandraConnector, tableDef: TableDef, inClauses: Seq[In], readConf: ReadConf, schema: StructType, cqlQueryParts: CqlQueryParts, partition: InputPartition)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bsb: BoundStatementBuilder[CassandraRow]
    Attributes
    protected
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def close(): Unit
    Definition Classes
    CassandraBaseInJoinReader → Closeable → AutoCloseable
  8. def currentMetricsValues(): Array[CustomTaskMetric]
    Definition Classes
    PartitionReader
  9. var currentRow: InternalRow
    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def get(): InternalRow
    Definition Classes
    CassandraBaseInJoinReader → PartitionReader
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getIterator(): Iterator[InternalRow]
    Attributes
    protected
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  19. val joinColumnNames: IndexedSeq[ColumnName]
    Attributes
    protected
  20. val keyIterator: Iterator[CassandraRow]
    Attributes
    protected
  21. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  22. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  23. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  24. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  26. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  27. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  28. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  29. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  32. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  33. val maybeRateLimit: (Row) ⇒ Row
    Attributes
    protected
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def next(): Boolean
    Definition Classes
    CassandraBaseInJoinReader → PartitionReader
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. val numberedInputPartition: NumberedInputPartition
    Attributes
    protected
  39. def pairWithRight(left: CassandraRow): SettableFuture[Iterator[(CassandraRow, InternalRow)]]
    Attributes
    protected
  40. val preparedStatement: PreparedStatement
    Attributes
    protected
  41. val queryExecutor: QueryExecutor
    Attributes
    protected
  42. val queryFutures: Iterator[SettableFuture[Iterator[(CassandraRow, InternalRow)]]]
    Attributes
    protected
  43. val requestsPerSecondRateLimiter: RateLimiter
    Attributes
    protected
  44. val rowIterator: Iterator[InternalRow]
    Attributes
    protected
  45. val rowMetadata: CassandraRowMetadata
    Attributes
    protected
  46. val rowReader: RowReader[UnsafeRow]
    Attributes
    protected
  47. val rowWriter: CassandraRowWriter
    Attributes
    protected
  48. val session: CqlSession
    Attributes
    protected
  49. val stmt: String
    Attributes
    protected
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Logging

Inherited from PartitionReader[InternalRow]

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped