Packages

class TTypeDesc extends TBase[TTypeDesc, _Fields] with Serializable with Cloneable with Comparable[TTypeDesc]

Autogenerated by Thrift Compiler (0.9.3)

DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

Linear Supertypes
Cloneable, TBase[TTypeDesc, _Fields], Serializable, TSerializable, Comparable[TTypeDesc], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TTypeDesc
  2. Cloneable
  3. TBase
  4. Serializable
  5. TSerializable
  6. Comparable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TTypeDesc(other: TTypeDesc)

    Performs a deep copy on other.

  2. new TTypeDesc(types: List[TTypeEntry])
  3. new TTypeDesc()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addToTypes(elem: TTypeEntry): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clear(): Unit
    Definition Classes
    TTypeDesc → TBase
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def compareTo(other: TTypeDesc): Int
    Definition Classes
    TTypeDesc → Comparable
  9. def deepCopy(): TTypeDesc
    Definition Classes
    TTypeDesc → TBase
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(that: TTypeDesc): Boolean
  12. def equals(that: Any): Boolean
    Definition Classes
    TTypeDesc → AnyRef → Any
  13. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    TTypeDesc → TBase
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getFieldValue(field: _Fields): AnyRef
    Definition Classes
    TTypeDesc → TBase
  17. def getTypes(): List[TTypeEntry]
  18. def getTypesIterator(): Iterator[TTypeEntry]
  19. def getTypesSize(): Int
  20. def hashCode(): Int
    Definition Classes
    TTypeDesc → AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isSet(field: _Fields): Boolean

    Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

    Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

    Definition Classes
    TTypeDesc → TBase
  23. def isSetTypes(): Boolean

    Returns true if field types is set (has been assigned a value) and false otherwise

  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def read(iprot: TProtocol): Unit
    Definition Classes
    TTypeDesc → TSerializable
  28. def setFieldValue(field: _Fields, value: Any): Unit
    Definition Classes
    TTypeDesc → TBase
  29. def setTypes(types: List[TTypeEntry]): Unit
  30. def setTypesIsSet(value: Boolean): Unit
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    TTypeDesc → AnyRef → Any
  33. def unsetTypes(): Unit
  34. def validate(): Unit
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. def write(oprot: TProtocol): Unit
    Definition Classes
    TTypeDesc → TSerializable

Inherited from Cloneable

Inherited from TBase[TTypeDesc, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[TTypeDesc]

Inherited from AnyRef

Inherited from Any

Ungrouped