com.tuplejump.calliope

ThriftCasBuilder

class ThriftCasBuilder extends CommonCasBuilder

Linear Supertypes
CommonCasBuilder, CasBuilder, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ThriftCasBuilder
  2. CommonCasBuilder
  3. CasBuilder
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThriftCasBuilder(keyspace: String, columnFamily: String, hasWideRows: Boolean = false, host: String = "localhost", port: String = "9160", partitioner: CasPartitioners.Value = CasPartitioners.Murmur3Partitioner, columns: Option[List[String]] = scala.None, username: Option[String] = scala.None, password: Option[String] = scala.None, query: Option[FinalQuery] = scala.None, colSliceFrom: Array[Byte] = ..., colSliceTo: Array[Byte] = ..., readConsistencyLevel: Option[String] = scala.None, writeConsistencyLevel: Option[String] = scala.None, inputSplitSize: Option[Long] = scala.None, outputCompressionClass: Option[String] = scala.None, outputCompressionChunkLength: Option[String] = scala.None, customConfig: Option[Configuration] = scala.None)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def applyCustomConfig(config: Configuration): ThriftCasBuilder

    Apply the given hadoop configuration

    Apply the given hadoop configuration

    config
    returns

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def authAs(user: String): ThriftCasBuilder

    User to login to cassandra cluster

    User to login to cassandra cluster

    user

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def columns(columns: String*): ThriftCasBuilder

    Columns to read from Cassandra

    Columns to read from Cassandra

    columns

  11. def columns(columns: List[String]): ThriftCasBuilder

    Columns (as List[String]) to read from Cassandra

    Columns (as List[String]) to read from Cassandra

    columns

  12. def columnsInRange(start: Array[Byte], finish: Array[Byte]): ThriftCasBuilder

    Range of columns to fetch

    Range of columns to fetch

    start
    finish

  13. def configuration: Configuration

    Definition Classes
    ThriftCasBuilderCasBuilder
  14. def configure(): Job

    Attributes
    protected
    Definition Classes
    CommonCasBuilder
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def forWideRows(hasWideRows: Boolean): ThriftCasBuilder

    Whether the column family is wide row.

    Whether the column family is wide row.

    hasWideRows

  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def inputSplitSize(splitSize: Int): ThriftCasBuilder

    Set the number of keys to in split range that is processed per task

    Set the number of keys to in split range that is processed per task

    splitSize

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def onHost(host: String): ThriftCasBuilder

    Configure the Cassandra node to use for initial connection.

    Configure the Cassandra node to use for initial connection. This must be accessible from Spark Context.

    host

  27. def onPort(port: String): ThriftCasBuilder

    Configure the port to use for initial connection

    Configure the port to use for initial connection

    port

  28. def patitionedUsing(partitioner: CasPartitioners.Value): ThriftCasBuilder

    The partitioner to use, Random/Ordered/Murmur3

    The partitioner to use, Random/Ordered/Murmur3

    partitioner
    returns

  29. def setOutputCompressionChunkLength(chunkLength: String): ThriftCasBuilder

    Set the size of data to compression in a chunk

    Set the size of data to compression in a chunk

    chunkLength
    returns

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. def useOutputCompressionClass(compressionClass: String): ThriftCasBuilder

    Set the compression class to use to output from maps job

    Set the compression class to use to output from maps job

    compressionClass
    returns

  33. def useReadConsistencyLevel(consistencyLevel: String): ThriftCasBuilder

    Use this consistency level for read (do this only if you are sure that you need it, this may affect the performance)

    Use this consistency level for read (do this only if you are sure that you need it, this may affect the performance)

    consistencyLevel
    returns

  34. def useWriteConsistencyLevel(consistencyLevel: String): ThriftCasBuilder

    Use this consistency level for write (do this only if you are sure that you need it, this may affect the performance)

    Use this consistency level for write (do this only if you are sure that you need it, this may affect the performance)

    consistencyLevel
    returns

  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def where(query: FinalQuery): ThriftCasBuilder

    Query to filter using secondary indexes

    Query to filter using secondary indexes

    query

  39. def withPassword(password: String): ThriftCasBuilder

    Password for user to authenticate with cassandra

    Password for user to authenticate with cassandra

    password

Inherited from CommonCasBuilder

Inherited from CasBuilder

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped