com.twitter.thrift.descriptors

TypeRegistry

object TypeRegistry extends MetaRecord[TypeRegistry] with RecordProvider[TypeRegistry] with Serializable

Linear Supertypes
Serializable, Serializable, RecordProvider[TypeRegistry], MetaRecord[TypeRegistry], UntypedMetaRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TypeRegistry
  2. Serializable
  3. Serializable
  4. RecordProvider
  5. MetaRecord
  6. UntypedMetaRecord
  7. AnyRef
  8. 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. type Mutable = MutableTypeRegistry

    Definition Classes
    TypeRegistry → MetaRecord
  3. type Raw = RawTypeRegistry

    Definition Classes
    TypeRegistry → MetaRecord
  4. 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 ALIASTOTYPEID_DESC: TField

  7. object Builder

  8. val IDTOTYPE_DESC: TField

  9. val TYPEREGISTRY_DESC: TStruct

  10. val UNKNOWN_FIELD: TField

  11. object _Fields

  12. val aliasToTypeId: OptionalFieldDescriptor[Map[String, String], TypeRegistry, TypeRegistry.type]

  13. val annotations: Annotations

    Definition Classes
    TypeRegistry → UntypedMetaRecord
  14. def apply(idToType: Map[String, Type], aliasToTypeId: Map[String, String]): TypeRegistry

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

  18. def createRawRecord: Raw

    Definition Classes
    TypeRegistry → MetaRecord → UntypedMetaRecord
  19. def createRecord: TypeRegistry

    Definition Classes
    TypeRegistry → RecordProvider
  20. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  22. val fields: Seq[FieldDescriptor[_, TypeRegistry, TypeRegistry.type]]

    Definition Classes
    TypeRegistry → MetaRecord → UntypedMetaRecord
  23. def finalize(): Unit

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

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

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

  27. val idToType: OptionalFieldDescriptor[Map[String, Type], TypeRegistry, TypeRegistry.type]

  28. def ifInstanceFrom(x: AnyRef): Option[TypeRegistry]

    Definition Classes
    TypeRegistry → MetaRecord → UntypedMetaRecord
  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
    TypeRegistry → MetaRecord → UntypedMetaRecord
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from RecordProvider[TypeRegistry]

Inherited from MetaRecord[TypeRegistry]

Inherited from UntypedMetaRecord

Inherited from AnyRef

Inherited from Any

Ungrouped