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

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