org
.
apache
.
hive
.
service
.
cli
ICLIService
Related Doc:
package cli
trait
ICLIService
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Known Subclasses
CLIService
,
CLIServiceClient
,
EmbeddedCLIServiceClient
,
ThriftCLIServiceClient
Ordering
Alphabetic
By Inheritance
Inherited
ICLIService
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
cancelDelegationToken
(
sessionHandle:
SessionHandle
,
authFactory:
HiveAuthFactory
,
tokenStr:
String
)
:
Unit
abstract
def
cancelOperation
(
opHandle:
OperationHandle
)
:
Unit
abstract
def
closeOperation
(
opHandle:
OperationHandle
)
:
Unit
abstract
def
closeSession
(
sessionHandle:
SessionHandle
)
:
Unit
abstract
def
executeStatement
(
sessionHandle:
SessionHandle
,
statement:
String
,
confOverlay:
Map
[
String
,
String
]
)
:
OperationHandle
abstract
def
executeStatementAsync
(
sessionHandle:
SessionHandle
,
statement:
String
,
confOverlay:
Map
[
String
,
String
]
)
:
OperationHandle
abstract
def
fetchResults
(
opHandle:
OperationHandle
,
orientation:
FetchOrientation
,
maxRows:
Long
,
fetchType:
FetchType
)
:
RowSet
abstract
def
fetchResults
(
opHandle:
OperationHandle
)
:
RowSet
abstract
def
getCatalogs
(
sessionHandle:
SessionHandle
)
:
OperationHandle
abstract
def
getColumns
(
sessionHandle:
SessionHandle
,
catalogName:
String
,
schemaName:
String
,
tableName:
String
,
columnName:
String
)
:
OperationHandle
abstract
def
getDelegationToken
(
sessionHandle:
SessionHandle
,
authFactory:
HiveAuthFactory
,
owner:
String
,
renewer:
String
)
:
String
abstract
def
getFunctions
(
sessionHandle:
SessionHandle
,
catalogName:
String
,
schemaName:
String
,
functionName:
String
)
:
OperationHandle
abstract
def
getInfo
(
sessionHandle:
SessionHandle
,
infoType:
GetInfoType
)
:
GetInfoValue
abstract
def
getOperationStatus
(
opHandle:
OperationHandle
)
:
OperationStatus
abstract
def
getResultSetMetadata
(
opHandle:
OperationHandle
)
:
TableSchema
abstract
def
getSchemas
(
sessionHandle:
SessionHandle
,
catalogName:
String
,
schemaName:
String
)
:
OperationHandle
abstract
def
getTableTypes
(
sessionHandle:
SessionHandle
)
:
OperationHandle
abstract
def
getTables
(
sessionHandle:
SessionHandle
,
catalogName:
String
,
schemaName:
String
,
tableName:
String
,
tableTypes:
List
[
String
]
)
:
OperationHandle
abstract
def
getTypeInfo
(
sessionHandle:
SessionHandle
)
:
OperationHandle
abstract
def
openSession
(
username:
String
,
password:
String
,
configuration:
Map
[
String
,
String
]
)
:
SessionHandle
abstract
def
openSessionWithImpersonation
(
username:
String
,
password:
String
,
configuration:
Map
[
String
,
String
]
,
delegationToken:
String
)
:
SessionHandle
abstract
def
renewDelegationToken
(
sessionHandle:
SessionHandle
,
authFactory:
HiveAuthFactory
,
tokenStr:
String
)
:
Unit
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
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
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]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
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