com.twitter.thrift.descriptors

SimpleContainerTypeMeta

class SimpleContainerTypeMeta extends JavaSimpleContainerTypeMeta[SimpleContainerType, RawSimpleContainerType, SimpleContainerTypeMeta] with RecordProvider[SimpleContainerType]

Linear Supertypes
RecordProvider[SimpleContainerType], JavaSimpleContainerTypeMeta[SimpleContainerType, RawSimpleContainerType, SimpleContainerTypeMeta], MetaRecord[SimpleContainerType, SimpleContainerTypeMeta], UntypedMetaRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SimpleContainerTypeMeta
  2. RecordProvider
  3. JavaSimpleContainerTypeMeta
  4. MetaRecord
  5. UntypedMetaRecord
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleContainerTypeMeta()

Type Members

  1. sealed abstract class _Fields extends TFieldIdEnum

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 LISTTYPE_FDESC: TField

  7. val MAPTYPE_FDESC: TField

  8. val SETTYPE_FDESC: TField

  9. val SIMPLECONTAINERTYPE_SDESC: TStruct

  10. val UNKNOWN_FIELD: TField

  11. object _Fields

  12. val annotations: Annotations

    Definition Classes
    SimpleContainerTypeMeta → UntypedMetaRecord
  13. def apply(listType: ListType, setType: SetType, mapType: MapType): SimpleContainerType

  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def createRawRecord: RawSimpleContainerType

    Definition Classes
    SimpleContainerTypeMeta → MetaRecord
  17. def createRecord: SimpleContainerType

    Definition Classes
    SimpleContainerTypeMeta → RecordProvider → MetaRecord
  18. def createUntypedRawRecord: UntypedRecord

    Definition Classes
    SimpleContainerTypeMeta → UntypedMetaRecord
  19. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  21. val fields: Seq[FieldDescriptor[_, SimpleContainerType, SimpleContainerTypeMeta]]

    Definition Classes
    SimpleContainerTypeMeta → MetaRecord
  22. def finalize(): Unit

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

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

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

  26. def ifInstanceFrom(x: AnyRef): Option[SimpleContainerType]

    Definition Classes
    SimpleContainerTypeMeta → MetaRecord
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. val listType: StructFieldDescriptor[SimpleContainerType, SimpleContainerTypeMeta, ListType, ListTypeMeta]

  29. val mapType: StructFieldDescriptor[SimpleContainerType, SimpleContainerTypeMeta, MapType, MapTypeMeta]

  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

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

    Definition Classes
    AnyRef
  33. def recordName: String

    Definition Classes
    SimpleContainerTypeMeta → UntypedMetaRecord
  34. val setType: StructFieldDescriptor[SimpleContainerType, SimpleContainerTypeMeta, SetType, SetTypeMeta]

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

    Definition Classes
    AnyRef
  36. def toString(): String

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

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

    Definition Classes
    SimpleContainerTypeMeta → UntypedMetaRecord
  39. final def wait(): Unit

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

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

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

Inherited from RecordProvider[SimpleContainerType]

Inherited from JavaSimpleContainerTypeMeta[SimpleContainerType, RawSimpleContainerType, SimpleContainerTypeMeta]

Inherited from MetaRecord[SimpleContainerType, SimpleContainerTypeMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped