package operation
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- abstract class AbstractOperation extends Operation with Logging
- trait Operation extends AnyRef
- case class OperationHandle(identifier: HandleIdentifier, typ: OperationType, protocol: TProtocolVersion) extends Handle with Product with Serializable
-
abstract
class
OperationManager extends AbstractService
The OperationManager manages all the operations during their lifecycle.
- case class OperationStatus(state: OperationState, create: Long, start: Long, lastModified: Long, completed: Long, hasResultSet: Boolean, exception: Option[KyuubiSQLException] = None) extends Product with Serializable
Value Members
- object FetchOrientation extends Enumeration
- object Operation
- object OperationHandle extends Serializable
- object OperationState extends Enumeration
- object OperationType extends Enumeration