org.apache.hive.service.cli.thrift

ThriftCLIServiceClient

class ThriftCLIServiceClient extends CLIServiceClient

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ThriftCLIServiceClient
  2. CLIServiceClient
  3. ICLIService
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThriftCLIServiceClient(cliService: Iface)

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 cancelDelegationToken(sessionHandle: SessionHandle, authFactory: HiveAuthFactory, tokenStr: String): Unit

  8. def cancelOperation(opHandle: OperationHandle): Unit

    Definition Classes
    ThriftCLIServiceClientICLIService
  9. def checkStatus(status: TStatus): Unit

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def closeOperation(opHandle: OperationHandle): Unit

    Definition Classes
    ThriftCLIServiceClientICLIService
  12. def closeSession(sessionHandle: SessionHandle): Unit

    Definition Classes
    ThriftCLIServiceClientICLIService
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def executeStatement(sessionHandle: SessionHandle, statement: String, confOverlay: Map[String, String]): OperationHandle

    Definition Classes
    ThriftCLIServiceClientICLIService
  16. def executeStatementAsync(sessionHandle: SessionHandle, statement: String, confOverlay: Map[String, String]): OperationHandle

    Definition Classes
    ThriftCLIServiceClientICLIService
  17. def fetchResults(opHandle: OperationHandle): RowSet

  18. def fetchResults(opHandle: OperationHandle, orientation: FetchOrientation, maxRows: Long, fetchType: FetchType): RowSet

    Definition Classes
    ThriftCLIServiceClientICLIService
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def getCatalogs(sessionHandle: SessionHandle): OperationHandle

    Definition Classes
    ThriftCLIServiceClientICLIService
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getColumns(sessionHandle: SessionHandle, catalogName: String, schemaName: String, tableName: String, columnName: String): OperationHandle

    Definition Classes
    ThriftCLIServiceClientICLIService
  23. def getDelegationToken(sessionHandle: SessionHandle, authFactory: HiveAuthFactory, owner: String, renewer: String): String

  24. def getFunctions(sessionHandle: SessionHandle, catalogName: String, schemaName: String, functionName: String): OperationHandle

    Definition Classes
    ThriftCLIServiceClientICLIService
  25. def getInfo(sessionHandle: SessionHandle, infoType: GetInfoType): GetInfoValue

    Definition Classes
    ThriftCLIServiceClientICLIService
  26. def getOperationStatus(opHandle: OperationHandle): OperationStatus

    Definition Classes
    ThriftCLIServiceClientICLIService
  27. def getResultSetMetadata(opHandle: OperationHandle): TableSchema

    Definition Classes
    ThriftCLIServiceClientICLIService
  28. def getSchemas(sessionHandle: SessionHandle, catalogName: String, schemaName: String): OperationHandle

    Definition Classes
    ThriftCLIServiceClientICLIService
  29. def getTableTypes(sessionHandle: SessionHandle): OperationHandle

    Definition Classes
    ThriftCLIServiceClientICLIService
  30. def getTables(sessionHandle: SessionHandle, catalogName: String, schemaName: String, tableName: String, tableTypes: List[String]): OperationHandle

    Definition Classes
    ThriftCLIServiceClientICLIService
  31. def getTypeInfo(sessionHandle: SessionHandle): OperationHandle

    Definition Classes
    ThriftCLIServiceClientICLIService
  32. def hashCode(): Int

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

    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  37. def openSession(username: String, password: String, configuration: Map[String, String]): SessionHandle

    Definition Classes
    ThriftCLIServiceClientICLIService
  38. def openSession(username: String, password: String): SessionHandle

    Definition Classes
    CLIServiceClient
  39. def openSessionWithImpersonation(username: String, password: String, configuration: Map[String, String], delegationToken: String): SessionHandle

    Definition Classes
    ThriftCLIServiceClientICLIService
  40. def renewDelegationToken(sessionHandle: SessionHandle, authFactory: HiveAuthFactory, tokenStr: String): Unit

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

    Definition Classes
    AnyRef
  42. def toString(): String

    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CLIServiceClient

Inherited from ICLIService

Inherited from AnyRef

Inherited from Any

Ungrouped