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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Logging

Inherited from PartitionReader[InternalRow]

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped