com.twitter.thrift.descriptors

ConstMeta

class ConstMeta extends JavaConstMeta[Const, RawConst, ConstMeta] with RecordProvider[Const]

Linear Supertypes
RecordProvider[Const], JavaConstMeta[Const, RawConst, ConstMeta], MetaRecord[Const, ConstMeta], UntypedMetaRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ConstMeta
  2. RecordProvider
  3. JavaConstMeta
  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 ConstMeta()

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 CONST_SDESC: TStruct

  7. val NAME_FDESC: TField

  8. val TYPEID_FDESC: TField

  9. val UNKNOWN_FIELD: TField

  10. val VALUE_FDESC: TField

  11. object _Fields

  12. val annotations: Annotations

    Definition Classes
    ConstMeta → UntypedMetaRecord
  13. def apply(typeId: String, name: String, value: String): Const

  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: RawConst

    Definition Classes
    ConstMeta → MetaRecord
  17. def createRecord: Const

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

    Definition Classes
    ConstMeta → 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[_, Const, ConstMeta]]

    Definition Classes
    ConstMeta → 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[Const]

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

    Definition Classes
    Any
  28. val name: OptionalFieldDescriptor[String, Const, ConstMeta]

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

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

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

    Definition Classes
    AnyRef
  32. def recordName: String

    Definition Classes
    ConstMeta → UntypedMetaRecord
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. val typeId: OptionalFieldDescriptor[String, Const, ConstMeta]

  36. def untypedFields: Seq[UntypedFieldDescriptor]

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

    Definition Classes
    ConstMeta → UntypedMetaRecord
  38. val value: OptionalFieldDescriptor[String, Const, ConstMeta]

  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[Const]

Inherited from JavaConstMeta[Const, RawConst, ConstMeta]

Inherited from MetaRecord[Const, ConstMeta]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped