com.websudos.phantom

thrift

package thrift

Linear Supertypes
ThriftTypeDefinitions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. thrift
  2. ThriftTypeDefinitions
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type OptionalThriftColumn[T <: CassandraTable[T, R], R, Model <: ThriftStruct] = thrift.columns.OptionalThriftColumn[T, R, Model]

    Definition Classes
    ThriftTypeDefinitions
  2. type ThriftColumn[T <: CassandraTable[T, R], R, Model <: ThriftStruct] = thrift.columns.ThriftColumn[T, R, Model]

    Definition Classes
    ThriftTypeDefinitions
  3. type ThriftListColumn[T <: CassandraTable[T, R], R, Model <: ThriftStruct] = thrift.columns.ThriftListColumn[T, R, Model]

    Definition Classes
    ThriftTypeDefinitions
  4. type ThriftMapColumn[T <: CassandraTable[T, R], R, KeyType, Model <: ThriftStruct] = thrift.columns.ThriftMapColumn[T, R, KeyType, Model]

    Definition Classes
    ThriftTypeDefinitions
  5. type ThriftSetColumn[T <: CassandraTable[T, R], R, Model <: ThriftStruct] = thrift.columns.ThriftSetColumn[T, R, Model]

    Definition Classes
    ThriftTypeDefinitions
  6. type ThriftStruct = twitter.scrooge.ThriftStruct

    Definition Classes
    ThriftTypeDefinitions
  7. trait ThriftTest extends ThriftStruct with Product3[Int, String, Boolean] with Serializable

Value Members

  1. object ThriftTest extends ThriftStructCodec3[ThriftTest] with Serializable

  2. package columns

  3. implicit def thriftPrimitive[T <: ThriftStruct](obj: T)(implicit serializer: ThriftStructSerializer[T]): Primitive[T]

Inherited from ThriftTypeDefinitions

Inherited from AnyRef

Inherited from Any

Ungrouped