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. var currentRow: InternalRow
    Attributes
    protected
    Definition Classes
    CassandraBaseInJoinReader
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  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
    Definition Classes
    CassandraBaseInJoinReader
  16. val inClauses: Seq[In]
  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
    Definition Classes
    CassandraBaseInJoinReader
  20. val keyIterator: Iterator[CassandraRow]
    Attributes
    protected
    Definition Classes
    CassandraBaseInJoinReader
  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
    Definition Classes
    CassandraBaseInJoinReader
  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
    Definition Classes
    CassandraBaseInJoinReader
  39. def pairWithRight(left: CassandraRow): SettableFuture[Iterator[(CassandraRow, InternalRow)]]
    Attributes
    protected
    Definition Classes
    CassandraBaseInJoinReader
  40. val partition: InputPartition
  41. val preparedStatement: PreparedStatement
    Attributes
    protected
    Definition Classes
    CassandraBaseInJoinReader
  42. val queryExecutor: QueryExecutor
    Attributes
    protected
    Definition Classes
    CassandraBaseInJoinReader
  43. val queryFutures: Iterator[SettableFuture[Iterator[(CassandraRow, InternalRow)]]]
    Attributes
    protected
    Definition Classes
    CassandraBaseInJoinReader
  44. val readConf: ReadConf
  45. val requestsPerSecondRateLimiter: RateLimiter
    Attributes
    protected
    Definition Classes
    CassandraBaseInJoinReader
  46. val rowIterator: Iterator[InternalRow]
  47. val rowMetadata: CassandraRowMetadata
    Attributes
    protected
    Definition Classes
    CassandraBaseInJoinReader
  48. val rowReader: RowReader[UnsafeRow]
  49. val rowWriter: CassandraRowWriter
    Attributes
    protected
    Definition Classes
    CassandraBaseInJoinReader
  50. val schema: StructType
  51. val session: CqlSession
    Attributes
    protected
    Definition Classes
    CassandraBaseInJoinReader
  52. val stmt: String
    Attributes
    protected
    Definition Classes
    CassandraBaseInJoinReader
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. val tableDef: TableDef
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. 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