org.apache.hive.service.cli

CLIServiceClient

abstract class CLIServiceClient extends ICLIService

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

Instance Constructors

  1. new CLIServiceClient()

Abstract Value Members

  1. abstract def cancelDelegationToken(sessionHandle: SessionHandle, authFactory: HiveAuthFactory, tokenStr: String): Unit

    Definition Classes
    CLIServiceClientICLIService
  2. abstract def cancelOperation(opHandle: OperationHandle): Unit

    Definition Classes
    ICLIService
  3. abstract def closeOperation(opHandle: OperationHandle): Unit

    Definition Classes
    ICLIService
  4. abstract def closeSession(sessionHandle: SessionHandle): Unit

    Definition Classes
    ICLIService
  5. abstract def executeStatement(sessionHandle: SessionHandle, statement: String, confOverlay: Map[String, String]): OperationHandle

    Definition Classes
    ICLIService
  6. abstract def executeStatementAsync(sessionHandle: SessionHandle, statement: String, confOverlay: Map[String, String]): OperationHandle

    Definition Classes
    ICLIService
  7. abstract def fetchResults(opHandle: OperationHandle, orientation: FetchOrientation, maxRows: Long, fetchType: FetchType): RowSet

    Definition Classes
    ICLIService
  8. abstract def getCatalogs(sessionHandle: SessionHandle): OperationHandle

    Definition Classes
    ICLIService
  9. abstract def getColumns(sessionHandle: SessionHandle, catalogName: String, schemaName: String, tableName: String, columnName: String): OperationHandle

    Definition Classes
    ICLIService
  10. abstract def getDelegationToken(sessionHandle: SessionHandle, authFactory: HiveAuthFactory, owner: String, renewer: String): String

    Definition Classes
    CLIServiceClientICLIService
  11. abstract def getFunctions(sessionHandle: SessionHandle, catalogName: String, schemaName: String, functionName: String): OperationHandle

    Definition Classes
    ICLIService
  12. abstract def getInfo(sessionHandle: SessionHandle, infoType: GetInfoType): GetInfoValue

    Definition Classes
    ICLIService
  13. abstract def getOperationStatus(opHandle: OperationHandle): OperationStatus

    Definition Classes
    ICLIService
  14. abstract def getResultSetMetadata(opHandle: OperationHandle): TableSchema

    Definition Classes
    ICLIService
  15. abstract def getSchemas(sessionHandle: SessionHandle, catalogName: String, schemaName: String): OperationHandle

    Definition Classes
    ICLIService
  16. abstract def getTableTypes(sessionHandle: SessionHandle): OperationHandle

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

    Definition Classes
    ICLIService
  18. abstract def getTypeInfo(sessionHandle: SessionHandle): OperationHandle

    Definition Classes
    ICLIService
  19. abstract def openSession(username: String, password: String, configuration: Map[String, String]): SessionHandle

    Definition Classes
    ICLIService
  20. abstract def openSessionWithImpersonation(username: String, password: String, configuration: Map[String, String], delegationToken: String): SessionHandle

    Definition Classes
    ICLIService
  21. abstract def renewDelegationToken(sessionHandle: SessionHandle, authFactory: HiveAuthFactory, tokenStr: String): Unit

    Definition Classes
    CLIServiceClientICLIService

Concrete 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 clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  10. def fetchResults(opHandle: OperationHandle): RowSet

    Definition Classes
    CLIServiceClientICLIService
  11. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  18. def openSession(username: String, password: String): SessionHandle

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

    Definition Classes
    AnyRef
  20. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ICLIService

Inherited from AnyRef

Inherited from Any

Ungrouped