Package | Description |
---|---|
org.apache.hive.service.cli.operation | |
org.apache.hive.service.cli.session |
Modifier and Type | Field and Description |
---|---|
protected HiveSession |
Operation.parentSession |
Modifier and Type | Method and Description |
---|---|
HiveSession |
Operation.getParentSession() |
Modifier and Type | Method and Description |
---|---|
ExecuteStatementOperation |
OperationManager.newExecuteStatementOperation(HiveSession parentSession,
String statement,
Map<String,String> confOverlay,
boolean runAsync) |
static ExecuteStatementOperation |
ExecuteStatementOperation.newExecuteStatementOperation(HiveSession parentSession,
String statement,
Map<String,String> confOverlay,
boolean runAsync) |
GetCatalogsOperation |
OperationManager.newGetCatalogsOperation(HiveSession parentSession) |
GetColumnsOperation |
OperationManager.newGetColumnsOperation(HiveSession parentSession,
String catalogName,
String schemaName,
String tableName,
String columnName) |
GetFunctionsOperation |
OperationManager.newGetFunctionsOperation(HiveSession parentSession,
String catalogName,
String schemaName,
String functionName) |
GetSchemasOperation |
OperationManager.newGetSchemasOperation(HiveSession parentSession,
String catalogName,
String schemaName) |
MetadataOperation |
OperationManager.newGetTablesOperation(HiveSession parentSession,
String catalogName,
String schemaName,
String tableName,
List<String> tableTypes) |
GetTableTypesOperation |
OperationManager.newGetTableTypesOperation(HiveSession parentSession) |
GetTypeInfoOperation |
OperationManager.newGetTypeInfoOperation(HiveSession parentSession) |
Constructor and Description |
---|
ExecuteStatementOperation(HiveSession parentSession,
String statement,
Map<String,String> confOverlay,
boolean runInBackground) |
GetCatalogsOperation(HiveSession parentSession) |
GetColumnsOperation(HiveSession parentSession,
String catalogName,
String schemaName,
String tableName,
String columnName) |
GetFunctionsOperation(HiveSession parentSession,
String catalogName,
String schemaName,
String functionName) |
GetSchemasOperation(HiveSession parentSession,
String catalogName,
String schemaName) |
GetTablesOperation(HiveSession parentSession,
String catalogName,
String schemaName,
String tableName,
List<String> tableTypes) |
GetTableTypesOperation(HiveSession parentSession) |
GetTypeInfoOperation(HiveSession parentSession) |
HiveCommandOperation(HiveSession parentSession,
String statement,
CommandProcessor commandProcessor,
Map<String,String> confOverlay) |
MetadataOperation(HiveSession parentSession,
OperationType opType) |
Operation(HiveSession parentSession,
OperationType opType,
boolean runInBackground) |
SQLOperation(HiveSession parentSession,
String statement,
Map<String,String> confOverlay,
boolean runInBackground) |
Modifier and Type | Class and Description |
---|---|
class |
HiveSessionImpl
HiveSession
|
class |
HiveSessionImplwithUGI
HiveSessionImplwithUGI.
|
Modifier and Type | Method and Description |
---|---|
static HiveSession |
HiveSessionProxy.getProxy(HiveSession hiveSession,
org.apache.hadoop.security.UserGroupInformation ugi) |
protected HiveSession |
HiveSessionImplwithUGI.getSession() |
protected HiveSession |
HiveSessionImpl.getSession() |
HiveSession |
SessionManager.getSession(SessionHandle sessionHandle) |
Modifier and Type | Method and Description |
---|---|
static HiveSession |
HiveSessionProxy.getProxy(HiveSession hiveSession,
org.apache.hadoop.security.UserGroupInformation ugi) |
void |
HiveSessionImplwithUGI.setProxySession(HiveSession proxySession) |
Constructor and Description |
---|
HiveSessionProxy(HiveSession hiveSession,
org.apache.hadoop.security.UserGroupInformation ugi) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.