com.newzly.phantom

keys

package keys

Visibility
  1. Public
  2. All

Type Members

  1. trait Ascending extends AnyRef

  2. trait ClusteringOrder[ValueType] extends PrimaryKey[ValueType]

    A trait mixable into a Column to allow clustering order.

  3. trait Descending extends AnyRef

  4. trait Index[ValueType] extends Key[ValueType, Index[ValueType]]

    A trait mixable into Column definitions to allow storing them as keys.

  5. trait LongOrderKey[Owner <: CassandraTable[Owner, Record], Record] extends AnyRef

    A key used for partition tokens and token functions.

  6. trait PartitionKey[ValueType] extends Key[ValueType, PartitionKey[ValueType]]

  7. trait PrimaryKey[ValueType] extends Key[ValueType, PrimaryKey[ValueType]]

  8. trait StaticColumn[ValueType] extends Key[ValueType, PartitionKey[ValueType]]

Ungrouped