org
.
apache
.
hive
.
service
.
cli
CLIService
Related Doc:
package cli
class
CLIService
extends
CompositeService
with
ICLIService
Linear Supertypes
ICLIService
,
CompositeService
,
AbstractService
,
Service
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
CLIService
ICLIService
CompositeService
AbstractService
Service
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
CLIService
(
hiveServer2:
HiveServer2
)
Type Members
type
STATE
=
Service.STATE
Attributes
protected
Definition Classes
Service
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
addService
(
service:
Service
)
:
Unit
Attributes
protected[
org.apache.hive.service
]
Definition Classes
CompositeService
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
cancelDelegationToken
(
sessionHandle:
SessionHandle
,
authFactory:
HiveAuthFactory
,
tokenStr:
String
)
:
Unit
Definition Classes
CLIService
→
ICLIService
def
cancelOperation
(
opHandle:
OperationHandle
)
:
Unit
Definition Classes
CLIService
→
ICLIService
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
closeOperation
(
opHandle:
OperationHandle
)
:
Unit
Definition Classes
CLIService
→
ICLIService
def
closeSession
(
sessionHandle:
SessionHandle
)
:
Unit
Definition Classes
CLIService
→
ICLIService
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
executeStatement
(
sessionHandle:
SessionHandle
,
statement:
String
,
confOverlay:
Map
[
String
,
String
]
)
:
OperationHandle
Definition Classes
CLIService
→
ICLIService
def
executeStatementAsync
(
sessionHandle:
SessionHandle
,
statement:
String
,
confOverlay:
Map
[
String
,
String
]
)
:
OperationHandle
Definition Classes
CLIService
→
ICLIService
def
fetchResults
(
opHandle:
OperationHandle
,
orientation:
FetchOrientation
,
maxRows:
Long
,
fetchType:
FetchType
)
:
RowSet
Definition Classes
CLIService
→
ICLIService
def
fetchResults
(
opHandle:
OperationHandle
)
:
RowSet
Definition Classes
CLIService
→
ICLIService
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
getCatalogs
(
sessionHandle:
SessionHandle
)
:
OperationHandle
Definition Classes
CLIService
→
ICLIService
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getColumns
(
sessionHandle:
SessionHandle
,
catalogName:
String
,
schemaName:
String
,
tableName:
String
,
columnName:
String
)
:
OperationHandle
Definition Classes
CLIService
→
ICLIService
def
getDelegationToken
(
sessionHandle:
SessionHandle
,
authFactory:
HiveAuthFactory
,
owner:
String
,
renewer:
String
)
:
String
Definition Classes
CLIService
→
ICLIService
def
getDelegationTokenFromMetaStore
(
owner:
String
)
:
String
def
getFunctions
(
sessionHandle:
SessionHandle
,
catalogName:
String
,
schemaName:
String
,
functionName:
String
)
:
OperationHandle
Definition Classes
CLIService
→
ICLIService
def
getHiveConf
()
:
HiveConf
Definition Classes
AbstractService
→
Service
def
getHttpUGI
()
:
UserGroupInformation
def
getInfo
(
sessionHandle:
SessionHandle
,
getInfoType:
GetInfoType
)
:
GetInfoValue
Definition Classes
CLIService
→
ICLIService
def
getName
()
:
String
Definition Classes
AbstractService
→
Service
def
getOperationStatus
(
opHandle:
OperationHandle
)
:
OperationStatus
Definition Classes
CLIService
→
ICLIService
def
getResultSetMetadata
(
opHandle:
OperationHandle
)
:
TableSchema
Definition Classes
CLIService
→
ICLIService
def
getSchemas
(
sessionHandle:
SessionHandle
,
catalogName:
String
,
schemaName:
String
)
:
OperationHandle
Definition Classes
CLIService
→
ICLIService
def
getServiceState
()
:
STATE
Definition Classes
AbstractService
→
Service
def
getServiceUGI
()
:
UserGroupInformation
def
getServices
()
:
Collection
[
Service
]
Definition Classes
CompositeService
def
getSessionManager
()
:
SessionManager
def
getStartTime
()
:
Long
Definition Classes
AbstractService
→
Service
def
getTableTypes
(
sessionHandle:
SessionHandle
)
:
OperationHandle
Definition Classes
CLIService
→
ICLIService
def
getTables
(
sessionHandle:
SessionHandle
,
catalogName:
String
,
schemaName:
String
,
tableName:
String
,
tableTypes:
List
[
String
]
)
:
OperationHandle
Definition Classes
CLIService
→
ICLIService
def
getTypeInfo
(
sessionHandle:
SessionHandle
)
:
OperationHandle
Definition Classes
CLIService
→
ICLIService
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
init
(
hiveConf:
HiveConf
)
:
Unit
Definition Classes
CLIService
→
CompositeService
→
AbstractService
→
Service
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
def
openSession
(
username:
String
,
password:
String
,
configuration:
Map
[
String
,
String
]
)
:
SessionHandle
Definition Classes
CLIService
→
ICLIService
def
openSession
(
protocol:
TProtocolVersion
,
username:
String
,
password:
String
,
ipAddress:
String
,
configuration:
Map
[
String
,
String
]
)
:
SessionHandle
def
openSession
(
protocol:
TProtocolVersion
,
username:
String
,
password:
String
,
configuration:
Map
[
String
,
String
]
)
:
SessionHandle
def
openSessionWithImpersonation
(
username:
String
,
password:
String
,
configuration:
Map
[
String
,
String
]
,
delegationToken:
String
)
:
SessionHandle
Definition Classes
CLIService
→
ICLIService
def
openSessionWithImpersonation
(
protocol:
TProtocolVersion
,
username:
String
,
password:
String
,
ipAddress:
String
,
configuration:
Map
[
String
,
String
]
,
delegationToken:
String
)
:
SessionHandle
def
openSessionWithImpersonation
(
protocol:
TProtocolVersion
,
username:
String
,
password:
String
,
configuration:
Map
[
String
,
String
]
,
delegationToken:
String
)
:
SessionHandle
def
register
(
l:
ServiceStateChangeListener
)
:
Unit
Definition Classes
AbstractService
→
Service
def
removeService
(
service:
Service
)
:
Boolean
Attributes
protected[
org.apache.hive.service
]
Definition Classes
CompositeService
def
renewDelegationToken
(
sessionHandle:
SessionHandle
,
authFactory:
HiveAuthFactory
,
tokenStr:
String
)
:
Unit
Definition Classes
CLIService
→
ICLIService
def
start
()
:
Unit
Definition Classes
CLIService
→
CompositeService
→
AbstractService
→
Service
def
stop
()
:
Unit
Definition Classes
CLIService
→
CompositeService
→
AbstractService
→
Service
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
unregister
(
l:
ServiceStateChangeListener
)
:
Unit
Definition Classes
AbstractService
→
Service
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
ICLIService
Inherited from
CompositeService
Inherited from
AbstractService
Inherited from
Service
Inherited from
AnyRef
Inherited from
Any
Ungrouped