com.twitter.thrift.descriptors

RawTypeRegistry

final class RawTypeRegistry extends MutableTypeRegistry

Linear Supertypes
MutableTypeRegistry, TypeRegistry, TBase[TypeRegistry, _Fields], Serializable, Ordered[TypeRegistry], Comparable[TypeRegistry], Record[TypeRegistry], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RawTypeRegistry
  2. MutableTypeRegistry
  3. TypeRegistry
  4. TBase
  5. Serializable
  6. Ordered
  7. Comparable
  8. Record
  9. UntypedRecord
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawTypeRegistry()

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. def <(that: TypeRegistry): Boolean

    Definition Classes
    Ordered
  5. def <=(that: TypeRegistry): Boolean

    Definition Classes
    Ordered
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def >(that: TypeRegistry): Boolean

    Definition Classes
    Ordered
  9. def >=(that: TypeRegistry): Boolean

    Definition Classes
    Ordered
  10. def aliasToTypeId: Map[String, String]

    Definition Classes
    RawTypeRegistryTypeRegistry
  11. def aliasToTypeIdIsSet: Boolean

    Definition Classes
    RawTypeRegistryTypeRegistry
  12. def aliasToTypeIdOption: Option[Map[String, String]]

    Definition Classes
    RawTypeRegistryTypeRegistry
  13. def aliasToTypeIdOrDefault: Map[String, String]

    Definition Classes
    RawTypeRegistryTypeRegistry
  14. def aliasToTypeIdOrNull: Map[String, String]

    Definition Classes
    RawTypeRegistryTypeRegistry
  15. def aliasToTypeIdOrThrow: Map[String, String]

    Definition Classes
    RawTypeRegistryTypeRegistry
  16. def aliasToTypeIdUnset(): Unit

    Definition Classes
    RawTypeRegistryMutableTypeRegistry
  17. def aliasToTypeId_=(x: Map[String, String]): Unit

    Definition Classes
    RawTypeRegistryMutableTypeRegistry
  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clear(): Unit

    Definition Classes
    RawTypeRegistry → TBase
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def compare(that: TypeRegistry): Int

    Definition Classes
    TypeRegistry → Ordered
  22. def compareTo(that: TypeRegistry): Int

    Definition Classes
    Ordered → Comparable
  23. def copy(idToType: Map[String, Type] = idToTypeOrNull, aliasToTypeId: Map[String, String] = aliasToTypeIdOrNull): Raw

  24. def deepCopy(): Raw

    Definition Classes
    RawTypeRegistryTypeRegistry → TBase
  25. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def equals(that: TypeRegistry): Boolean

  27. def equals(that: Any): Boolean

    Definition Classes
    RawTypeRegistry → AnyRef → Any
  28. def fieldForId(id: Int): _Fields

    Definition Classes
    RawTypeRegistry → TBase
  29. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  31. def getFieldValue(field: _Fields): AnyRef

    Definition Classes
    RawTypeRegistry → TBase
  32. def getSetFields: Seq[Any]

  33. def hashCode(): Int

    Definition Classes
    RawTypeRegistry → AnyRef → Any
  34. def idToType: Map[String, Type]

    Definition Classes
    RawTypeRegistryTypeRegistry
  35. def idToTypeIsSet: Boolean

    Definition Classes
    RawTypeRegistryTypeRegistry
  36. def idToTypeOption: Option[Map[String, Type]]

    Definition Classes
    RawTypeRegistryTypeRegistry
  37. def idToTypeOrDefault: Map[String, Type]

    Definition Classes
    RawTypeRegistryTypeRegistry
  38. def idToTypeOrNull: Map[String, Type]

    Definition Classes
    RawTypeRegistryTypeRegistry
  39. def idToTypeOrThrow: Map[String, Type]

    Definition Classes
    RawTypeRegistryTypeRegistry
  40. def idToTypeUnset(): Unit

    Definition Classes
    RawTypeRegistryMutableTypeRegistry
  41. def idToType_=(x: Map[String, Type]): Unit

    Definition Classes
    RawTypeRegistryMutableTypeRegistry
  42. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  43. def isSet(field: _Fields): Boolean

    Definition Classes
    RawTypeRegistry → TBase
  44. def merge(that: TypeRegistry): Unit

    Definition Classes
    RawTypeRegistryMutableTypeRegistry
  45. def mergeCopy(that: TypeRegistry): TypeRegistry

    Definition Classes
    RawTypeRegistryTypeRegistry
  46. def meta: TypeRegistry.type

    Definition Classes
    RawTypeRegistry → Record → UntypedRecord
  47. def mutable: Mutable

    Returns a pointer to a Mutable version of this record.

    Returns a pointer to a Mutable version of this record.

    If the underlying implementation is mutable, this will be returned. If the underlying implementation is immutable, a mutable copy will be returned.

    After mutating the instance returned by this method, the original instance (on which mutable was called) will be in an undefined state. It may or may not have been modified, depending on whether it was immutable or not.

    This is included as an optimization for when we want access to a Mutable record but don't want to pay the cost of copying every time.

    Definition Classes
    MutableTypeRegistryTypeRegistry
  48. def mutableCopy(): Mutable

    Definition Classes
    TypeRegistry
  49. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  52. def read(iprot: TProtocol): Unit

    Definition Classes
    RawTypeRegistry → TBase → UntypedRecord
  53. def setFieldValue(field: _Fields, value: AnyRef): Unit

    Definition Classes
    RawTypeRegistry → TBase
  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  55. def toBuilder(): AllSpecified

    Definition Classes
    TypeRegistry
  56. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def write(oprot: TProtocol): Unit

    Definition Classes
    RawTypeRegistryTypeRegistry → TBase → UntypedRecord

Inherited from MutableTypeRegistry

Inherited from TypeRegistry

Inherited from TBase[TypeRegistry, _Fields]

Inherited from Serializable

Inherited from Ordered[TypeRegistry]

Inherited from Comparable[TypeRegistry]

Inherited from Record[TypeRegistry]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped