org.apache.hive.service.cli.thrift

TTypeEntry

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
Learn more about member selection
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: 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. final def asInstanceOf[T0]: T0

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

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

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

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

    Definition Classes
    TTypeEntry → Comparable
  11. def deepCopy(): TTypeEntry

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

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

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

  15. def equals(other: Any): Boolean

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

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

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

  19. final def getClass(): Class[_]

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

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

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

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

    Definition Classes
    TUnion
  24. def getMapEntry(): TMapTypeEntry

  25. def getPrimitiveEntry(): TPrimitiveTypeEntry

  26. def getSetField(): _Fields

    Definition Classes
    TUnion
  27. def getStructDesc(): TStruct

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

  29. def getUnionEntry(): TUnionTypeEntry

  30. def getUserDefinedTypeEntry(): TUserDefinedTypeEntry

  31. def hashCode(): Int

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

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

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

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

    Definition Classes
    TUnion
  36. def isSetArrayEntry(): Boolean

  37. def isSetMapEntry(): Boolean

  38. def isSetPrimitiveEntry(): Boolean

  39. def isSetStructEntry(): Boolean

  40. def isSetUnionEntry(): Boolean

  41. def isSetUserDefinedTypeEntry(): Boolean

  42. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

  50. def setPrimitiveEntry(value: TPrimitiveTypeEntry): Unit

  51. def setStructEntry(value: TStructTypeEntry): Unit

  52. def setUnionEntry(value: TUnionTypeEntry): Unit

  53. def setUserDefinedTypeEntry(value: TUserDefinedTypeEntry): Unit

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

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

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

    Definition Classes
    AnyRef
  57. def toString(): String

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

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

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

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

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

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

    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