Class

spinoco.fs2.cassandra.system

TableSchema

Related Doc: package system

Permalink

case class TableSchema(keyspace_name: String, table_name: String, bloom_filter_fp_chance: Double, caching: Map[String, String], comment: String, compaction: Map[String, String], compression: Map[String, String], crc_check_chance: Double, dclocal_read_repair_chance: Double, default_time_to_live: Int, extensions: Map[String, ByteBuffer], flags: Set[String], gc_grace_seconds: Int, id: UUID, max_index_interval: Int, memtable_flush_period_in_ms: Int, min_index_interval: Int, read_repair_chance: Double, speculative_retry: String) extends Product with Serializable

V3+ Schema for tables

Source
TableSchema.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableSchema
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TableSchema(keyspace_name: String, table_name: String, bloom_filter_fp_chance: Double, caching: Map[String, String], comment: String, compaction: Map[String, String], compression: Map[String, String], crc_check_chance: Double, dclocal_read_repair_chance: Double, default_time_to_live: Int, extensions: Map[String, ByteBuffer], flags: Set[String], gc_grace_seconds: Int, id: UUID, max_index_interval: Int, memtable_flush_period_in_ms: Int, min_index_interval: Int, read_repair_chance: Double, speculative_retry: String)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from TableSchema to any2stringadd[TableSchema] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TableSchema, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TableSchema to ArrowAssoc[TableSchema] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val bloom_filter_fp_chance: Double

    Permalink
  8. val caching: Map[String, String]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val comment: String

    Permalink
  11. val compaction: Map[String, String]

    Permalink
  12. val compression: Map[String, String]

    Permalink
  13. val crc_check_chance: Double

    Permalink
  14. val dclocal_read_repair_chance: Double

    Permalink
  15. val default_time_to_live: Int

    Permalink
  16. def ensuring(cond: (TableSchema) ⇒ Boolean, msg: ⇒ Any): TableSchema

    Permalink
    Implicit information
    This member is added by an implicit conversion from TableSchema to Ensuring[TableSchema] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (TableSchema) ⇒ Boolean): TableSchema

    Permalink
    Implicit information
    This member is added by an implicit conversion from TableSchema to Ensuring[TableSchema] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): TableSchema

    Permalink
    Implicit information
    This member is added by an implicit conversion from TableSchema to Ensuring[TableSchema] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): TableSchema

    Permalink
    Implicit information
    This member is added by an implicit conversion from TableSchema to Ensuring[TableSchema] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. val extensions: Map[String, ByteBuffer]

    Permalink
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. val flags: Set[String]

    Permalink
  24. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from TableSchema to StringFormat[TableSchema] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. val gc_grace_seconds: Int

    Permalink
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. val id: UUID

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. val keyspace_name: String

    Permalink
  30. val max_index_interval: Int

    Permalink
  31. val memtable_flush_period_in_ms: Int

    Permalink
  32. val min_index_interval: Int

    Permalink
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. val read_repair_chance: Double

    Permalink
  37. val speculative_retry: String

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

    Permalink
    Definition Classes
    AnyRef
  39. val table_name: String

    Permalink
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def [B](y: B): (TableSchema, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TableSchema to ArrowAssoc[TableSchema] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from TableSchema to any2stringadd[TableSchema]

Inherited by implicit conversion StringFormat from TableSchema to StringFormat[TableSchema]

Inherited by implicit conversion Ensuring from TableSchema to Ensuring[TableSchema]

Inherited by implicit conversion ArrowAssoc from TableSchema to ArrowAssoc[TableSchema]

Ungrouped