Packages

c

org.apache.kyuubi.operation

AbstractOperation

abstract class AbstractOperation extends Operation with Logging

Linear Supertypes
Logging, Operation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractOperation
  2. Logging
  3. Operation
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractOperation(opType: OperationType, session: Session)

Abstract Value Members

  1. abstract def afterRun(): Unit
    Attributes
    protected
  2. abstract def beforeRun(): Unit
    Attributes
    protected
  3. abstract def cancel(): Unit
    Definition Classes
    AbstractOperationOperation
  4. abstract def close(): Unit
    Definition Classes
    AbstractOperationOperation
  5. abstract def getNextRowSet(order: FetchOrientation, rowSetSize: Int): TRowSet
    Definition Classes
    AbstractOperationOperation
  6. abstract def getResultSetSchema: TTableSchema
    Definition Classes
    AbstractOperationOperation
  7. abstract def runInternal(): Unit
    Attributes
    protected
  8. abstract def shouldRunAsync: Boolean
    Definition Classes
    AbstractOperationOperation

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 assertState(state: OperationState): Unit
    Attributes
    protected
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. var completedTime: Long
    Attributes
    protected
  8. def debug(message: ⇒ Any): Unit
    Definition Classes
    Logging
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def error(message: ⇒ Any): Unit
    Definition Classes
    Logging
  12. def error(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getBackgroundHandle: Future[_]
    Definition Classes
    AbstractOperationOperation
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getHandle: OperationHandle
    Definition Classes
    AbstractOperationOperation
  17. def getOperationLog: Option[OperationLog]
    Definition Classes
    AbstractOperationOperation
  18. def getProtocolVersion: TProtocolVersion
    Definition Classes
    AbstractOperationOperation
  19. def getSession: Session
    Definition Classes
    AbstractOperationOperation
  20. def getStatus: OperationStatus
    Definition Classes
    AbstractOperationOperation
  21. var hasResultSet: Boolean
    Attributes
    protected
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def info(message: ⇒ Any): Unit
    Definition Classes
    Logging
  24. def initializeLoggerIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. def isClosedOrCanceled: Boolean
    Attributes
    protected
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isTerminalState(operationState: OperationState): Boolean
    Attributes
    protected
  28. def isTimedOut: Boolean
    Definition Classes
    AbstractOperationOperation
  29. var lastAccessTime: Long
    Attributes
    protected
  30. def logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  31. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. var operationException: KyuubiSQLException
    Attributes
    protected
  36. def run(): Unit
    Definition Classes
    AbstractOperationOperation
  37. def setBackgroundHandle(backgroundHandle: Future[_]): Unit
    Attributes
    protected
  38. def setHasResultSet(hasResultSet: Boolean): Unit
    Attributes
    protected
  39. def setOperationException(opEx: KyuubiSQLException): Unit
    Attributes
    protected
  40. def setState(newState: OperationState): Unit
    Attributes
    protected
  41. var startTime: Long
    Attributes
    protected
  42. var state: OperationState
    Attributes
    protected
  43. def statement: String
    Attributes
    protected
  44. final val statementId: String
    Attributes
    protected
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def validateDefaultFetchOrientation(orientation: FetchOrientation): Unit

    Verify if the given fetch orientation is part of the default orientation types.

    Verify if the given fetch orientation is part of the default orientation types.

    Attributes
    protected
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  51. def warn(message: ⇒ Any, t: Throwable): Unit
    Definition Classes
    Logging
  52. def warn(message: ⇒ Any): Unit
    Definition Classes
    Logging

Inherited from Logging

Inherited from Operation

Inherited from AnyRef

Inherited from Any

Ungrouped