org.apache.hive.service.cli.operation

Operation

abstract class Operation extends AnyRef

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

Instance Constructors

  1. new Operation(parentSession: HiveSession, opType: OperationType, runInBackground: Boolean)

Abstract Value Members

  1. abstract def close(): Unit

  2. abstract def getNextRowSet(orientation: FetchOrientation, maxRows: Long): RowSet

  3. abstract def getResultSetSchema(): TableSchema

  4. abstract def runInternal(): Unit

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. def afterRun(): Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. final def assertState(state: OperationState): Unit

  9. def beforeRun(): Unit

  10. def cancel(): Unit

  11. def cleanupOperationLog(): Unit

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def createOperationLog(): Unit

  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def getBackgroundHandle(): Future[_]

  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def getConfiguration(): HiveConf

  20. def getHandle(): OperationHandle

  21. def getLastAccessTime(): Long

  22. def getNextRowSet(): RowSet

  23. def getOperationLog(): OperationLog

  24. def getOperationTimeout(): Long

  25. def getParentSession(): HiveSession

  26. def getProtocolVersion(): TProtocolVersion

  27. def getStatus(): OperationStatus

  28. def getType(): OperationType

  29. def hasResultSet(): Boolean

  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. def isCanceled(): Boolean

  32. def isFailed(): Boolean

  33. def isFinished(): Boolean

  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def isRunning(): Boolean

  36. def isTimedOut(current: Long): Boolean

  37. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  40. def run(): Unit

  41. def setBackgroundHandle(backgroundHandle: Future[_]): Unit

  42. def setConfiguration(configuration: HiveConf): Unit

  43. def setHasResultSet(hasResultSet: Boolean): Unit

  44. def setOperationException(operationException: HiveSQLException): Unit

  45. def setOperationTimeout(operationTimeout: Long): Unit

  46. final def setState(newState: OperationState): OperationState

  47. def shouldRunAsync(): Boolean

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

    Definition Classes
    AnyRef
  49. def toSQLException(prefix: String, response: CommandProcessorResponse): HiveSQLException

  50. def toString(): String

    Definition Classes
    AnyRef → Any
  51. def unregisterOperationLog(): Unit

  52. def validateDefaultFetchOrientation(orientation: FetchOrientation): Unit

  53. def validateFetchOrientation(orientation: FetchOrientation, supportedOrientations: EnumSet[FetchOrientation]): Unit

  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped