Packages

class TTypeEntry extends TUnion[TTypeEntry, _Fields]

Autogenerated by Thrift Compiler (0.9.3)

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

Linear Supertypes
TUnion[TTypeEntry, _Fields], TBase[TTypeEntry, _Fields], Serializable, TSerializable, Comparable[TTypeEntry], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TTypeEntry
  2. TUnion
  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 TTypeEntry(other: TTypeEntry)
  2. new TTypeEntry(setField: _Fields, value: Any)
  3. new TTypeEntry()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkType(setField: _Fields, value: Any): Unit
    Attributes
    protected[thrift]
    Definition Classes
    TTypeEntry → TUnion
  6. final def clear(): Unit
    Definition Classes
    TUnion → TBase
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def compareTo(other: TTypeEntry): Int
    Definition Classes
    TTypeEntry → Comparable
  9. def deepCopy(): TTypeEntry
    Definition Classes
    TTypeEntry → TBase
  10. def enumForId(id: Short): _Fields
    Attributes
    protected[thrift]
    Definition Classes
    TTypeEntry → TUnion
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(other: TTypeEntry): Boolean
  13. def equals(other: Any): Boolean
    Definition Classes
    TTypeEntry → AnyRef → Any
  14. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    TTypeEntry → TBase
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getArrayEntry(): TArrayTypeEntry
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getFieldDesc(setField: _Fields): TField
    Attributes
    protected[thrift]
    Definition Classes
    TTypeEntry → TUnion
  19. def getFieldValue(arg0: Int): AnyRef
    Definition Classes
    TUnion
  20. def getFieldValue(arg0: _Fields): AnyRef
    Definition Classes
    TUnion → TBase
  21. def getFieldValue(): AnyRef
    Definition Classes
    TUnion
  22. def getMapEntry(): TMapTypeEntry
  23. def getPrimitiveEntry(): TPrimitiveTypeEntry
  24. def getSetField(): _Fields
    Definition Classes
    TUnion
  25. def getStructDesc(): TStruct
    Attributes
    protected[thrift]
    Definition Classes
    TTypeEntry → TUnion
  26. def getStructEntry(): TStructTypeEntry
  27. def getUnionEntry(): TUnionTypeEntry
  28. def getUserDefinedTypeEntry(): TUserDefinedTypeEntry
  29. def hashCode(): Int
    Definition Classes
    TTypeEntry → AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isSet(arg0: Int): Boolean
    Definition Classes
    TUnion
  32. def isSet(arg0: _Fields): Boolean
    Definition Classes
    TUnion → TBase
  33. def isSet(): Boolean
    Definition Classes
    TUnion
  34. def isSetArrayEntry(): Boolean
  35. def isSetMapEntry(): Boolean
  36. def isSetPrimitiveEntry(): Boolean
  37. def isSetStructEntry(): Boolean
  38. def isSetUnionEntry(): Boolean
  39. def isSetUserDefinedTypeEntry(): Boolean
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. def read(arg0: TProtocol): Unit
    Definition Classes
    TUnion → TSerializable
    Annotations
    @throws( ... )
  44. def setArrayEntry(value: TArrayTypeEntry): Unit
  45. def setFieldValue(arg0: Int, arg1: Any): Unit
    Definition Classes
    TUnion
  46. def setFieldValue(arg0: _Fields, arg1: Any): Unit
    Definition Classes
    TUnion → TBase
  47. def setMapEntry(value: TMapTypeEntry): Unit
  48. def setPrimitiveEntry(value: TPrimitiveTypeEntry): Unit
  49. def setStructEntry(value: TStructTypeEntry): Unit
  50. def setUnionEntry(value: TUnionTypeEntry): Unit
  51. def setUserDefinedTypeEntry(value: TUserDefinedTypeEntry): Unit
  52. def standardSchemeReadValue(iprot: TProtocol, field: TField): AnyRef
    Attributes
    protected[thrift]
    Definition Classes
    TTypeEntry → TUnion
  53. def standardSchemeWriteValue(oprot: TProtocol): Unit
    Attributes
    protected[thrift]
    Definition Classes
    TTypeEntry → TUnion
  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String
    Definition Classes
    TUnion → AnyRef → Any
  56. def tupleSchemeReadValue(iprot: TProtocol, fieldID: Short): AnyRef
    Attributes
    protected[thrift]
    Definition Classes
    TTypeEntry → TUnion
  57. def tupleSchemeWriteValue(oprot: TProtocol): Unit
    Attributes
    protected[thrift]
    Definition Classes
    TTypeEntry → TUnion
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  61. def write(arg0: TProtocol): Unit
    Definition Classes
    TUnion → TSerializable
    Annotations
    @throws( ... )

Inherited from TUnion[TTypeEntry, _Fields]

Inherited from TBase[TTypeEntry, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[TTypeEntry]

Inherited from AnyRef

Inherited from Any

Ungrouped