Packages

trait HiveSession extends HiveSessionBase

Linear Supertypes
HiveSessionBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HiveSession
  2. HiveSessionBase
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def cancelDelegationToken(authFactory: HiveAuthFactory, tokenStr: String): Unit
  2. abstract def cancelOperation(opHandle: OperationHandle): Unit
  3. abstract def close(): Unit

    close the session

    close the session

    Exceptions thrown
  4. abstract def closeExpiredOperations(): Unit
  5. abstract def closeOperation(opHandle: OperationHandle): Unit
  6. abstract def executeStatement(statement: String, confOverlay: Map[String, String], queryTimeout: Long): OperationHandle

    execute operation handler

    execute operation handler

    Exceptions thrown
  7. abstract def executeStatement(statement: String, confOverlay: Map[String, String]): OperationHandle

    execute operation handler

    execute operation handler

    Exceptions thrown
  8. abstract def executeStatementAsync(statement: String, confOverlay: Map[String, String], queryTimeout: Long): OperationHandle

    execute operation handler

    execute operation handler

    Exceptions thrown
  9. abstract def executeStatementAsync(statement: String, confOverlay: Map[String, String]): OperationHandle

    execute operation handler

    execute operation handler

    Exceptions thrown
  10. abstract def fetchResults(opHandle: OperationHandle, orientation: FetchOrientation, maxRows: Long, fetchType: FetchType): RowSet
  11. abstract def getCatalogs(): OperationHandle

    getCatalogs operation handler

    getCatalogs operation handler

    Exceptions thrown
  12. abstract def getColumns(catalogName: String, schemaName: String, tableName: String, columnName: String): OperationHandle

    getColumns operation handler

    getColumns operation handler

    Exceptions thrown
  13. abstract def getCrossReference(primaryCatalog: String, primarySchema: String, primaryTable: String, foreignCatalog: String, foreignSchema: String, foreignTable: String): OperationHandle

    getCrossReference operation handler

    getCrossReference operation handler

    Exceptions thrown
  14. abstract def getDelegationToken(authFactory: HiveAuthFactory, owner: String, renewer: String): String
  15. abstract def getFunctions(catalogName: String, schemaName: String, functionName: String): OperationHandle

    getFunctions operation handler

    getFunctions operation handler

    Exceptions thrown
  16. abstract def getHiveConf(): HiveConf
    Definition Classes
    HiveSessionBase
  17. abstract def getInfo(getInfoType: GetInfoType): GetInfoValue

    getInfo operation handler

    getInfo operation handler

    Exceptions thrown
  18. abstract def getIpAddress(): String
    Definition Classes
    HiveSessionBase
  19. abstract def getLastAccessTime(): Long
    Definition Classes
    HiveSessionBase
  20. abstract def getMetaStoreClient(): IMetaStoreClient
  21. abstract def getNoOperationTime(): Long
  22. abstract def getOperationLogSessionDir(): File

    Get the session dir, which is the parent dir of operation logs

    Get the session dir, which is the parent dir of operation logs

    returns

    a file representing the parent directory of operation logs

    Definition Classes
    HiveSessionBase
  23. abstract def getPassword(): String
    Definition Classes
    HiveSessionBase
  24. abstract def getPrimaryKeys(catalog: String, schema: String, table: String): OperationHandle

    getPrimaryKeys operation handler

    getPrimaryKeys operation handler

    Exceptions thrown
  25. abstract def getProtocolVersion(): TProtocolVersion
    Definition Classes
    HiveSessionBase
  26. abstract def getResultSetMetadata(opHandle: OperationHandle): TableSchema
  27. abstract def getSchemas(catalogName: String, schemaName: String): OperationHandle

    getSchemas operation handler

    getSchemas operation handler

    Exceptions thrown
  28. abstract def getSessionHandle(): SessionHandle
    Definition Classes
    HiveSessionBase
  29. abstract def getSessionManager(): SessionManager

    Get the session manager for the session

    Get the session manager for the session

    Definition Classes
    HiveSessionBase
  30. abstract def getSessionState(): SessionState
    Definition Classes
    HiveSessionBase
  31. abstract def getTableTypes(): OperationHandle

    getTableTypes operation handler

    getTableTypes operation handler

    Exceptions thrown
  32. abstract def getTables(catalogName: String, schemaName: String, tableName: String, tableTypes: List[String]): OperationHandle

    getTables operation handler

    getTables operation handler

    Exceptions thrown
  33. abstract def getTypeInfo(): OperationHandle

    getTypeInfo operation handler

    getTypeInfo operation handler

    Exceptions thrown
  34. abstract def getUserName(): String
    Definition Classes
    HiveSessionBase
  35. abstract def getUsername(): String
    Definition Classes
    HiveSessionBase
  36. abstract def isOperationLogEnabled(): Boolean

    Check whether operation logging is enabled and session dir is created successfully

    Check whether operation logging is enabled and session dir is created successfully

    Definition Classes
    HiveSessionBase
  37. abstract def open(sessionConfMap: Map[String, String]): Unit
  38. abstract def renewDelegationToken(authFactory: HiveAuthFactory, tokenStr: String): Unit
  39. abstract def setIpAddress(ipAddress: String): Unit
    Definition Classes
    HiveSessionBase
  40. abstract def setOperationLogSessionDir(operationLogRootDir: File): Unit

    Set the session dir, which is the parent dir of operation logs

    Set the session dir, which is the parent dir of operation logs

    operationLogRootDir

    the parent dir of the session dir

    Definition Classes
    HiveSessionBase
  41. abstract def setOperationManager(operationManager: OperationManager): Unit

    Set operation manager for the session

    Set operation manager for the session

    Definition Classes
    HiveSessionBase
  42. abstract def setSessionManager(sessionManager: SessionManager): Unit

    Set the session manager for the session

    Set the session manager for the session

    Definition Classes
    HiveSessionBase
  43. abstract def setUserName(userName: String): Unit
    Definition Classes
    HiveSessionBase

Concrete 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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from HiveSessionBase

Inherited from AnyRef

Inherited from Any

Ungrouped