Packages

c

com.datastax.spark.connector.datasource

CassandraInJoinCountReader

case class CassandraInJoinCountReader(connector: CassandraConnector, tableDef: TableDef, inClauses: Seq[In], readConf: ReadConf, schema: StructType, cqlQueryParts: CqlQueryParts, partition: InputPartition) extends CassandraBaseInJoinReader with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, CassandraBaseInJoinReader, Logging, PartitionReader[InternalRow], Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CassandraInJoinCountReader
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CassandraBaseInJoinReader
  7. Logging
  8. PartitionReader
  9. Closeable
  10. AutoCloseable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CassandraBaseInJoinReader

Inherited from Logging

Inherited from PartitionReader[InternalRow]

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped