org.apache.hive.service.cli

EmbeddedCLIServiceClient

class EmbeddedCLIServiceClient extends CLIServiceClient

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EmbeddedCLIServiceClient
  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 EmbeddedCLIServiceClient(cliService: ICLIService)

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
    EmbeddedCLIServiceClientICLIService
  9. def clone(): AnyRef

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

    Definition Classes
    EmbeddedCLIServiceClientICLIService
  11. def closeSession(sessionHandle: SessionHandle): Unit

    Definition Classes
    EmbeddedCLIServiceClientICLIService
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    EmbeddedCLIServiceClientICLIService
  16. def fetchResults(opHandle: OperationHandle, orientation: FetchOrientation, maxRows: Long, fetchType: FetchType): RowSet

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

    Definition Classes
    CLIServiceClientICLIService
  18. def finalize(): Unit

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

    Definition Classes
    EmbeddedCLIServiceClientICLIService
  20. final def getClass(): Class[_]

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

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

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

    Definition Classes
    EmbeddedCLIServiceClientICLIService
  24. def getInfo(sessionHandle: SessionHandle, getInfoType: GetInfoType): GetInfoValue

    Definition Classes
    EmbeddedCLIServiceClientICLIService
  25. def getOperationStatus(opHandle: OperationHandle): OperationStatus

    Definition Classes
    EmbeddedCLIServiceClientICLIService
  26. def getResultSetMetadata(opHandle: OperationHandle): TableSchema

    Definition Classes
    EmbeddedCLIServiceClientICLIService
  27. def getSchemas(sessionHandle: SessionHandle, catalogName: String, schemaName: String): OperationHandle

    Definition Classes
    EmbeddedCLIServiceClientICLIService
  28. def getTableTypes(sessionHandle: SessionHandle): OperationHandle

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

    Definition Classes
    EmbeddedCLIServiceClientICLIService
  30. def getTypeInfo(sessionHandle: SessionHandle): OperationHandle

    Definition Classes
    EmbeddedCLIServiceClientICLIService
  31. def hashCode(): Int

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

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

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

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

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

    Definition Classes
    EmbeddedCLIServiceClientICLIService
  37. def openSession(username: String, password: String): SessionHandle

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

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

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

    Definition Classes
    AnyRef
  41. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CLIServiceClient

Inherited from ICLIService

Inherited from AnyRef

Inherited from Any

Ungrouped