Packages

p

org.apache.kyuubi

operation

package operation

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractOperation extends Operation with Logging
  2. trait Operation extends AnyRef
  3. case class OperationHandle(identifier: HandleIdentifier, typ: OperationType, protocol: TProtocolVersion) extends Handle with Product with Serializable
  4. abstract class OperationManager extends AbstractService

    The OperationManager manages all the operations during their lifecycle.

  5. 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

  1. object FetchOrientation extends Enumeration
  2. object Operation
  3. object OperationHandle extends Serializable
  4. object OperationState extends Enumeration
  5. object OperationType extends Enumeration

Ungrouped