Packages

c

org.apache.hive.service.cli.thrift

ThriftCLIServiceClient

class ThriftCLIServiceClient extends CLIServiceClient

ThriftCLIServiceClient.

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ThriftCLIServiceClient(cliService: Iface)

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 cancelDelegationToken(sessionHandle: SessionHandle, authFactory: HiveAuthFactory, tokenStr: String): Unit
    Definition Classes
    ThriftCLIServiceClientCLIServiceClientICLIService
    Annotations
    @Override()
  6. def cancelOperation(opHandle: OperationHandle): Unit
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  7. def checkStatus(status: TStatus): Unit
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def closeOperation(opHandle: OperationHandle): Unit
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  10. def closeSession(sessionHandle: SessionHandle): Unit
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def executeStatement(sessionHandle: SessionHandle, statement: String, confOverlay: Map[String, String], queryTimeout: Long): OperationHandle
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  14. def executeStatement(sessionHandle: SessionHandle, statement: String, confOverlay: Map[String, String]): OperationHandle
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  15. def executeStatementAsync(sessionHandle: SessionHandle, statement: String, confOverlay: Map[String, String], queryTimeout: Long): OperationHandle
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  16. def executeStatementAsync(sessionHandle: SessionHandle, statement: String, confOverlay: Map[String, String]): OperationHandle
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  17. def fetchResults(opHandle: OperationHandle): RowSet
    Definition Classes
    ThriftCLIServiceClientCLIServiceClientICLIService
    Annotations
    @Override()
  18. def fetchResults(opHandle: OperationHandle, orientation: FetchOrientation, maxRows: Long, fetchType: FetchType): RowSet
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  19. def getCatalogs(sessionHandle: SessionHandle): OperationHandle
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getColumns(sessionHandle: SessionHandle, catalogName: String, schemaName: String, tableName: String, columnName: String): OperationHandle
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  22. def getCrossReference(sessionHandle: SessionHandle, primaryCatalog: String, primarySchema: String, primaryTable: String, foreignCatalog: String, foreignSchema: String, foreignTable: String): OperationHandle
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  23. def getDelegationToken(sessionHandle: SessionHandle, authFactory: HiveAuthFactory, owner: String, renewer: String): String
    Definition Classes
    ThriftCLIServiceClientCLIServiceClientICLIService
    Annotations
    @Override()
  24. def getFunctions(sessionHandle: SessionHandle, catalogName: String, schemaName: String, functionName: String): OperationHandle
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  25. def getInfo(sessionHandle: SessionHandle, infoType: GetInfoType): GetInfoValue
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  26. def getOperationStatus(opHandle: OperationHandle): OperationStatus
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  27. def getPrimaryKeys(sessionHandle: SessionHandle, catalog: String, schema: String, table: String): OperationHandle
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  28. def getQueryId(operationHandle: TOperationHandle): String
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  29. def getResultSetMetadata(opHandle: OperationHandle): TableSchema
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  30. def getSchemas(sessionHandle: SessionHandle, catalogName: String, schemaName: String): OperationHandle
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  31. def getTableTypes(sessionHandle: SessionHandle): OperationHandle
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  32. def getTables(sessionHandle: SessionHandle, catalogName: String, schemaName: String, tableName: String, tableTypes: List[String]): OperationHandle
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  33. def getTypeInfo(sessionHandle: SessionHandle): OperationHandle
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def openSession(username: String, password: String, configuration: Map[String, String]): SessionHandle
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  40. def openSession(username: String, password: String): SessionHandle
    Definition Classes
    CLIServiceClient
  41. def openSessionWithImpersonation(username: String, password: String, configuration: Map[String, String], delegationToken: String): SessionHandle
    Definition Classes
    ThriftCLIServiceClientICLIService
    Annotations
    @Override()
  42. def renewDelegationToken(sessionHandle: SessionHandle, authFactory: HiveAuthFactory, tokenStr: String): Unit
    Definition Classes
    ThriftCLIServiceClientCLIServiceClientICLIService
    Annotations
    @Override()
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from CLIServiceClient

Inherited from ICLIService

Inherited from AnyRef

Inherited from Any

Ungrouped