Package

com.websudos.phantom.thrift

columns

Permalink

package columns

Visibility
  1. Public
  2. All

Type Members

  1. trait CollectionThriftColumnDefinition[ValueType <: twitter.scrooge.ThriftStruct] extends ThriftColumnDefinition[ValueType] with CollectionValueDefinition[ValueType]

    Permalink
  2. abstract class OptionalThriftColumn[T <: CassandraTable[T, R], R, ValueType <: twitter.scrooge.ThriftStruct] extends OptionalColumn[T, R, ValueType] with ThriftColumnDefinition[ValueType]

    Permalink
  3. abstract class RootThriftPrimitive[T <: twitter.scrooge.ThriftStruct] extends Primitive[T]

    Permalink
  4. abstract class ThriftColumn[T <: CassandraTable[T, R], R, ValueType <: twitter.scrooge.ThriftStruct] extends Column[T, R, ValueType] with ThriftColumnDefinition[ValueType]

    Permalink
  5. trait ThriftColumnDefinition[ValueType <: twitter.scrooge.ThriftStruct] extends AnyRef

    Permalink
  6. abstract class ThriftListColumn[T <: CassandraTable[T, R], R, ValueType <: twitter.scrooge.ThriftStruct] extends AbstractListColumn[T, R, ValueType] with CollectionThriftColumnDefinition[ValueType]

    Permalink
  7. abstract class ThriftMapColumn[T <: CassandraTable[T, R], R, KeyType, ValueType <: twitter.scrooge.ThriftStruct] extends AbstractMapColumn[T, R, KeyType, ValueType] with CollectionThriftColumnDefinition[ValueType]

    Permalink
    Annotations
    @implicitNotFound( ... )
  8. abstract class ThriftSetColumn[T <: CassandraTable[T, R], R, ValueType <: twitter.scrooge.ThriftStruct] extends AbstractSetColumn[T, R, ValueType] with CollectionThriftColumnDefinition[ValueType]

    Permalink

Ungrouped