Class

org.apache.hive.service.cli.thrift

THandleIdentifier

Related Doc: package thrift

Permalink

class THandleIdentifier extends TBase[THandleIdentifier, _Fields] with Serializable with Cloneable

Linear Supertypes
Cloneable, TBase[THandleIdentifier, _Fields], Serializable, Comparable[THandleIdentifier], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. THandleIdentifier
  2. Cloneable
  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 THandleIdentifier(other: THandleIdentifier)

    Permalink
  2. new THandleIdentifier(guid: ByteBuffer, secret: ByteBuffer)

    Permalink
  3. new THandleIdentifier()

    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 bufferForGuid(): ByteBuffer

    Permalink
  6. def bufferForSecret(): ByteBuffer

    Permalink
  7. def clear(): Unit

    Permalink
    Definition Classes
    THandleIdentifier → TBase
  8. def clone(): AnyRef

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

    Permalink
    Definition Classes
    THandleIdentifier → Comparable
  10. def deepCopy(): THandleIdentifier

    Permalink
    Definition Classes
    THandleIdentifier → TBase
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(that: THandleIdentifier): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    THandleIdentifier → TBase
  18. def getGuid(): Array[Byte]

    Permalink
  19. def getSecret(): Array[Byte]

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    THandleIdentifier → AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    THandleIdentifier → TBase
  23. def isSetGuid(): Boolean

    Permalink
  24. def isSetSecret(): Boolean

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

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

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

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

    Permalink
    Definition Classes
    THandleIdentifier → TBase
  29. def setFieldValue(field: _Fields, value: Any): Unit

    Permalink
    Definition Classes
    THandleIdentifier → TBase
  30. def setGuid(guid: ByteBuffer): Unit

    Permalink
  31. def setGuid(guid: Array[Byte]): Unit

    Permalink
  32. def setGuidIsSet(value: Boolean): Unit

    Permalink
  33. def setSecret(secret: ByteBuffer): Unit

    Permalink
  34. def setSecret(secret: Array[Byte]): Unit

    Permalink
  35. def setSecretIsSet(value: Boolean): Unit

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    THandleIdentifier → AnyRef → Any
  38. def unsetGuid(): Unit

    Permalink
  39. def unsetSecret(): Unit

    Permalink
  40. def validate(): Unit

    Permalink
  41. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    THandleIdentifier → TBase

Inherited from Cloneable

Inherited from TBase[THandleIdentifier, _Fields]

Inherited from Serializable

Inherited from Comparable[THandleIdentifier]

Inherited from AnyRef

Inherited from Any

Ungrouped