com.twitter.thrift.descriptors

ContainerType

object ContainerType extends ContainerTypeMeta with Serializable

Linear Supertypes
Serializable, Serializable, ContainerTypeMeta, RecordProvider[ContainerType], JavaContainerTypeMeta[ContainerType, RawContainerType, ContainerTypeMeta], MetaRecord[ContainerType, ContainerTypeMeta], UntypedMetaRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ContainerType
  2. Serializable
  3. Serializable
  4. ContainerTypeMeta
  5. RecordProvider
  6. JavaContainerTypeMeta
  7. MetaRecord
  8. UntypedMetaRecord
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Builder[+State] extends AnyRef

  2. sealed abstract class _Fields extends TFieldIdEnum

    Definition Classes
    ContainerTypeMeta

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. val ANNOTATIONS_FDESC: TField

    Definition Classes
    ContainerTypeMeta
  7. object Builder

  8. val CONTAINERTYPE_SDESC: TStruct

    Definition Classes
    ContainerTypeMeta
  9. val SIMPLECONTAINERTYPE_FDESC: TField

    Definition Classes
    ContainerTypeMeta
  10. val UNKNOWN_FIELD: TField

    Definition Classes
    ContainerTypeMeta
  11. object _Fields

    Definition Classes
    ContainerTypeMeta
  12. val __annotations: OptionalFieldDescriptor[Seq[Annotation], ContainerType, ContainerTypeMeta]

    Definition Classes
    ContainerTypeMeta
  13. val annotations: Annotations

    Definition Classes
    ContainerTypeMeta → UntypedMetaRecord
  14. def apply(simpleContainerType: SimpleContainerType, __annotations: Seq[Annotation]): ContainerType

    Definition Classes
    ContainerTypeMeta
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. implicit val companionProvider: ContainerTypeCompanionProvider

  18. def createRawRecord: RawContainerType

    Definition Classes
    ContainerTypeMeta → MetaRecord
  19. def createRecord: ContainerType

    Definition Classes
    ContainerTypeMeta → RecordProvider → MetaRecord
  20. def createUntypedRawRecord: UntypedRecord

    Definition Classes
    ContainerTypeMeta → UntypedMetaRecord
  21. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  23. val fields: Seq[FieldDescriptor[_, ContainerType, ContainerTypeMeta]]

    Definition Classes
    ContainerTypeMeta → MetaRecord
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. val idToTFieldIdEnum: Map[Short, TFieldIdEnum]

    Definition Classes
    ContainerTypeMeta
  28. def ifInstanceFrom(x: AnyRef): Option[ContainerType]

    Definition Classes
    ContainerTypeMeta → MetaRecord
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. def newBuilder: AllUnspecified

  32. final def notify(): Unit

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

    Definition Classes
    AnyRef
  34. def recordName: String

    Definition Classes
    ContainerTypeMeta → UntypedMetaRecord
  35. val simpleContainerType: StructFieldDescriptor[ContainerType, ContainerTypeMeta, SimpleContainerType, SimpleContainerTypeMeta]

    Definition Classes
    ContainerTypeMeta
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def untypedFields: Seq[UntypedFieldDescriptor]

    Definition Classes
    ContainerTypeMeta → UntypedMetaRecord
  39. def untypedIfInstanceFrom(x: AnyRef): Option[UntypedRecord]

    Definition Classes
    ContainerTypeMeta → UntypedMetaRecord
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. val wireNameToTField: Map[String, TField]

    Definition Classes
    ContainerTypeMeta

Inherited from Serializable

Inherited from Serializable

Inherited from ContainerTypeMeta

Inherited from RecordProvider[ContainerType]

Inherited from JavaContainerTypeMeta[ContainerType, RawContainerType, ContainerTypeMeta]

Inherited from MetaRecord[ContainerType, ContainerTypeMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped