com.websudos.phantom.builder.QueryBuilder

Create

object Create extends CreateTableBuilder with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, CreateTableBuilder, CompressionQueryBuilder, CompactionQueryBuilder, CreateOptionsBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Create
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CreateTableBuilder
  7. CompressionQueryBuilder
  8. CompactionQueryBuilder
  9. CreateOptionsBuilder
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. object Caching extends CachingQueryBuilder

    Definition Classes
    CreateTableBuilder
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def base_time_seconds(qb: CQLQuery, value: Long): CQLQuery

    Definition Classes
    CompactionQueryBuilder
  9. def bloom_filter_fp_chance(st: String): CQLQuery

    Definition Classes
    CreateTableBuilder
  10. def bucket_high(qb: CQLQuery, size: Double): CQLQuery

    Definition Classes
    CompactionQueryBuilder
  11. def bucket_low(qb: CQLQuery, size: Double): CQLQuery

    Definition Classes
    CompactionQueryBuilder
  12. def caching(qb: CQLQuery): CQLQuery

    Definition Classes
    CreateTableBuilder
  13. def caching(qb: String, wrapped: Boolean): CQLQuery

    Definition Classes
    CreateTableBuilder
  14. def chunk_length_kb(qb: CQLQuery, size: String): CQLQuery

    Definition Classes
    CompressionQueryBuilder
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def clusteringOrder(orderings: List[(String, String)]): CQLQuery

    Definition Classes
    CreateTableBuilder
  17. def cold_reads_to_omit(qb: CQLQuery, size: Double): CQLQuery

    Definition Classes
    CompactionQueryBuilder
  18. def comment(qb: String): CQLQuery

    Definition Classes
    CreateTableBuilder
  19. def compaction(qb: CQLQuery): CQLQuery

    Definition Classes
    CreateTableBuilder
  20. def compression(qb: CQLQuery): CQLQuery

    Definition Classes
    CreateTableBuilder
  21. def crc_check_chance(qb: CQLQuery, size: Double): CQLQuery

    Definition Classes
    CompressionQueryBuilder
  22. def dclocal_read_repair_chance(st: String): CQLQuery

    Definition Classes
    CreateTableBuilder
  23. def default_time_to_live(st: String): CQLQuery

    Definition Classes
    CreateTableBuilder
  24. def enabled(qb: CQLQuery, flag: Boolean): CQLQuery

    Definition Classes
    CompactionQueryBuilder
  25. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def gc_grace_seconds(st: String): CQLQuery

    Definition Classes
    CreateTableBuilder
  29. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  30. def index(table: String, keySpace: String, column: String): CQLQuery

    Creates an index on the keys on any column except for a Map column which requires special handling.

    Creates an index on the keys on any column except for a Map column which requires special handling. By default, mixing an index in a column will result in an index created on the values of the column.

    table

    The name of the table to create the index on.

    keySpace

    The keyspace to whom the table belongs to.

    column

    The name of the column to create the secondary index on.

    returns

    A CQLQuery containing the valid CQL of creating a secondary index on a Cassandra column.

    Definition Classes
    CreateTableBuilder
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. def mapEntries(table: String, keySpace: String, column: String): CQLQuery

    Creates an index on the entries of a Map column.

    Creates an index on the entries of a Map column. By default, mixing an index in a column will result in an index created on the values of the map. To allow secondary indexing on entries, Cassandra appends a ENTRIES($column) wrapper to the CQL query.

    table

    The name of the table to create the index on.

    keySpace

    The keyspace to whom the table belongs to.

    column

    The name of the column to create the secondary index on.

    returns

    A CQLQuery containing the valid CQL of creating a secondary index for the entries of a Map column.

    Definition Classes
    CreateTableBuilder
  33. def mapIndex(table: String, keySpace: String, column: String): CQLQuery

    Creates an index on the keys of a Map column.

    Creates an index on the keys of a Map column. By default, mixing an index in a column will result in an index created on the values of the map. To allow secondary indexing on Keys, Cassandra appends a KEYS($column) wrapper to the CQL query.

    table

    The name of the table to create the index on.

    keySpace

    The keyspace to whom the table belongs to.

    column

    The name of the column to create the secondary index on.

    returns

    A CQLQuery containing the valid CQL of creating a secondary index for the keys of a Map column.

    Definition Classes
    CreateTableBuilder
  34. def max_sstable_age_days(qb: CQLQuery, value: Long): CQLQuery

    Definition Classes
    CompactionQueryBuilder
  35. def max_threshold(qb: CQLQuery, value: Int): CQLQuery

    Definition Classes
    CompactionQueryBuilder
  36. def min_sstable_size[T](qb: CQLQuery, size: T)(implicit arg0: Numeric[T]): CQLQuery

    Definition Classes
    CompactionQueryBuilder
  37. def min_threshold(qb: CQLQuery, value: Int): CQLQuery

    Definition Classes
    CompactionQueryBuilder
  38. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  41. def populate_io_cache_on_flush(st: String): CQLQuery

    Definition Classes
    CreateTableBuilder
  42. def quotedValue(qb: CQLQuery, option: String, value: String): CQLQuery

    Attributes
    protected[this]
    Definition Classes
    CreateOptionsBuilder
  43. def read_repair_chance(st: String): CQLQuery

    Definition Classes
    CreateTableBuilder
  44. def replicate_on_write(st: String): CQLQuery

    Definition Classes
    CreateTableBuilder
  45. def simpleValue(qb: CQLQuery, option: String, value: String): CQLQuery

    Attributes
    protected[this]
    Definition Classes
    CreateOptionsBuilder
  46. def sstable_size_in_mb[T](qb: CQLQuery, size: T)(implicit arg0: Numeric[T]): CQLQuery

    Definition Classes
    CompactionQueryBuilder
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def timestamp_resolution(qb: CQLQuery, value: Long): CQLQuery

    Definition Classes
    CompactionQueryBuilder
  49. def tombstone_compaction_interval(qb: CQLQuery, size: String): CQLQuery

    Definition Classes
    CompactionQueryBuilder
  50. def tombstone_threshold(qb: CQLQuery, size: Double): CQLQuery

    Definition Classes
    CompactionQueryBuilder
  51. def unchecked_tombstone_compaction(qb: CQLQuery, size: Double): CQLQuery

    Definition Classes
    CompactionQueryBuilder
  52. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def with(clause: CQLQuery): CQLQuery

    Definition Classes
    CreateTableBuilder

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CreateTableBuilder

Inherited from CompressionQueryBuilder

Inherited from CompactionQueryBuilder

Inherited from CreateOptionsBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped