Class

org.apache.hive.service.cli.thrift

TTypeEntry

Related Doc: package thrift

Permalink

class TTypeEntry extends TUnion[TTypeEntry, _Fields]

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

Instance Constructors

  1. new TTypeEntry(other: TTypeEntry)

    Permalink
  2. new TTypeEntry(setField: _Fields, value: Any)

    Permalink
  3. new TTypeEntry()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def checkType(setField: _Fields, value: Any): Unit

    Permalink
    Attributes
    protected[org.apache.hive.service.cli.thrift]
    Definition Classes
    TTypeEntry → TUnion
  6. final def clear(): Unit

    Permalink
    Definition Classes
    TUnion → TBase
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def compareTo(other: TTypeEntry): Int

    Permalink
    Definition Classes
    TTypeEntry → Comparable
  9. def deepCopy(): TTypeEntry

    Permalink
    Definition Classes
    TTypeEntry → TBase
  10. def enumForId(id: Short): _Fields

    Permalink
    Attributes
    protected[org.apache.hive.service.cli.thrift]
    Definition Classes
    TTypeEntry → TUnion
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(other: TTypeEntry): Boolean

    Permalink
  13. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    TTypeEntry → AnyRef → Any
  14. def fieldForId(fieldId: Int): _Fields

    Permalink
    Definition Classes
    TTypeEntry → TBase
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getArrayEntry(): TArrayTypeEntry

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getFieldDesc(setField: _Fields): TField

    Permalink
    Attributes
    protected[org.apache.hive.service.cli.thrift]
    Definition Classes
    TTypeEntry → TUnion
  19. def getFieldValue(arg0: Int): AnyRef

    Permalink
    Definition Classes
    TUnion
  20. def getFieldValue(arg0: _Fields): AnyRef

    Permalink
    Definition Classes
    TUnion → TBase
  21. def getFieldValue(): AnyRef

    Permalink
    Definition Classes
    TUnion
  22. def getMapEntry(): TMapTypeEntry

    Permalink
  23. def getPrimitiveEntry(): TPrimitiveTypeEntry

    Permalink
  24. def getSetField(): _Fields

    Permalink
    Definition Classes
    TUnion
  25. def getStructDesc(): TStruct

    Permalink
    Attributes
    protected[org.apache.hive.service.cli.thrift]
    Definition Classes
    TTypeEntry → TUnion
  26. def getStructEntry(): TStructTypeEntry

    Permalink
  27. def getUnionEntry(): TUnionTypeEntry

    Permalink
  28. def getUserDefinedTypeEntry(): TUserDefinedTypeEntry

    Permalink
  29. def hashCode(): Int

    Permalink
    Definition Classes
    TTypeEntry → AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. def isSet(arg0: Int): Boolean

    Permalink
    Definition Classes
    TUnion
  32. def isSet(arg0: _Fields): Boolean

    Permalink
    Definition Classes
    TUnion → TBase
  33. def isSet(): Boolean

    Permalink
    Definition Classes
    TUnion
  34. def isSetArrayEntry(): Boolean

    Permalink
  35. def isSetMapEntry(): Boolean

    Permalink
  36. def isSetPrimitiveEntry(): Boolean

    Permalink
  37. def isSetStructEntry(): Boolean

    Permalink
  38. def isSetUnionEntry(): Boolean

    Permalink
  39. def isSetUserDefinedTypeEntry(): Boolean

    Permalink
  40. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  41. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. def read(arg0: TProtocol): Unit

    Permalink
    Definition Classes
    TUnion → TBase
    Annotations
    @throws( ... )
  44. def setArrayEntry(value: TArrayTypeEntry): Unit

    Permalink
  45. def setFieldValue(arg0: Int, arg1: Any): Unit

    Permalink
    Definition Classes
    TUnion
  46. def setFieldValue(arg0: _Fields, arg1: Any): Unit

    Permalink
    Definition Classes
    TUnion → TBase
  47. def setMapEntry(value: TMapTypeEntry): Unit

    Permalink
  48. def setPrimitiveEntry(value: TPrimitiveTypeEntry): Unit

    Permalink
  49. def setStructEntry(value: TStructTypeEntry): Unit

    Permalink
  50. def setUnionEntry(value: TUnionTypeEntry): Unit

    Permalink
  51. def setUserDefinedTypeEntry(value: TUserDefinedTypeEntry): Unit

    Permalink
  52. def standardSchemeReadValue(iprot: TProtocol, field: TField): AnyRef

    Permalink
    Attributes
    protected[org.apache.hive.service.cli.thrift]
    Definition Classes
    TTypeEntry → TUnion
  53. def standardSchemeWriteValue(oprot: TProtocol): Unit

    Permalink
    Attributes
    protected[org.apache.hive.service.cli.thrift]
    Definition Classes
    TTypeEntry → TUnion
  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  55. def toString(): String

    Permalink
    Definition Classes
    TUnion → AnyRef → Any
  56. def tupleSchemeReadValue(iprot: TProtocol, fieldID: Short): AnyRef

    Permalink
    Attributes
    protected[org.apache.hive.service.cli.thrift]
    Definition Classes
    TTypeEntry → TUnion
  57. def tupleSchemeWriteValue(oprot: TProtocol): Unit

    Permalink
    Attributes
    protected[org.apache.hive.service.cli.thrift]
    Definition Classes
    TTypeEntry → TUnion
  58. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def write(arg0: TProtocol): Unit

    Permalink
    Definition Classes
    TUnion → TBase
    Annotations
    @throws( ... )

Inherited from TUnion[TTypeEntry, _Fields]

Inherited from TBase[TTypeEntry, _Fields]

Inherited from Serializable

Inherited from Comparable[TTypeEntry]

Inherited from AnyRef

Inherited from Any

Ungrouped