org
.
apache
.
hive
.
service
.
cli
.
operation
Operation
Related Doc:
package operation
abstract
class
Operation
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Known Subclasses
ExecuteStatementOperation
,
GetCatalogsOperation
,
GetColumnsOperation
,
GetFunctionsOperation
,
GetSchemasOperation
,
GetTableTypesOperation
,
GetTablesOperation
,
GetTypeInfoOperation
,
HiveCommandOperation
,
MetadataOperation
,
SQLOperation
Ordering
Alphabetic
By Inheritance
Inherited
Operation
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Operation
(
parentSession:
HiveSession
,
opType:
OperationType
,
runInBackground:
Boolean
)
Attributes
protected[
org.apache.hive.service.cli.operation
]
Abstract Value Members
abstract
def
close
()
:
Unit
abstract
def
getNextRowSet
(
orientation:
FetchOrientation
,
maxRows:
Long
)
:
RowSet
abstract
def
getResultSetSchema
()
:
TableSchema
abstract
def
runInternal
()
:
Unit
Attributes
protected[
org.apache.hive.service.cli.operation
]
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
afterRun
()
:
Unit
Attributes
protected[
org.apache.hive.service.cli.operation
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
final
def
assertState
(
state:
OperationState
)
:
Unit
Attributes
protected[
org.apache.hive.service.cli.operation
]
def
beforeRun
()
:
Unit
Attributes
protected[
org.apache.hive.service.cli.operation
]
def
cancel
()
:
Unit
def
cleanupOperationLog
()
:
Unit
Attributes
protected[
org.apache.hive.service.cli.operation
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
createOperationLog
()
:
Unit
Attributes
protected[
org.apache.hive.service.cli.operation
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
getBackgroundHandle
()
:
Future
[_]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getConfiguration
()
:
HiveConf
def
getHandle
()
:
OperationHandle
def
getLastAccessTime
()
:
Long
def
getNextRowSet
()
:
RowSet
def
getOperationLog
()
:
OperationLog
def
getOperationTimeout
()
:
Long
def
getParentSession
()
:
HiveSession
def
getProtocolVersion
()
:
TProtocolVersion
def
getStatus
()
:
OperationStatus
def
getType
()
:
OperationType
def
hasResultSet
()
:
Boolean
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isCanceled
()
:
Boolean
def
isFailed
()
:
Boolean
def
isFinished
()
:
Boolean
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isRunning
()
:
Boolean
def
isTimedOut
(
current:
Long
)
:
Boolean
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
run
()
:
Unit
def
setBackgroundHandle
(
backgroundHandle:
Future
[_]
)
:
Unit
Attributes
protected[
org.apache.hive.service.cli.operation
]
def
setConfiguration
(
configuration:
HiveConf
)
:
Unit
def
setHasResultSet
(
hasResultSet:
Boolean
)
:
Unit
Attributes
protected[
org.apache.hive.service.cli.operation
]
def
setOperationException
(
operationException:
HiveSQLException
)
:
Unit
Attributes
protected[
org.apache.hive.service.cli.operation
]
def
setOperationTimeout
(
operationTimeout:
Long
)
:
Unit
final
def
setState
(
newState:
OperationState
)
:
OperationState
Attributes
protected[
org.apache.hive.service.cli.operation
]
def
shouldRunAsync
()
:
Boolean
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toSQLException
(
prefix:
String
,
response:
CommandProcessorResponse
)
:
HiveSQLException
Attributes
protected[
org.apache.hive.service.cli.operation
]
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
unregisterOperationLog
()
:
Unit
Attributes
protected[
org.apache.hive.service.cli.operation
]
def
validateDefaultFetchOrientation
(
orientation:
FetchOrientation
)
:
Unit
Attributes
protected[
org.apache.hive.service.cli.operation
]
def
validateFetchOrientation
(
orientation:
FetchOrientation
,
supportedOrientations:
EnumSet
[
FetchOrientation
]
)
:
Unit
Attributes
protected[
org.apache.hive.service.cli.operation
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped