|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperationHandle | |
|---|---|
| org.apache.hive.service.cli | |
| org.apache.hive.service.cli.operation | |
| org.apache.hive.service.cli.session | |
| org.apache.hive.service.cli.thrift | |
| Uses of OperationHandle in org.apache.hive.service.cli |
|---|
| Methods in org.apache.hive.service.cli that return OperationHandle | |
|---|---|
OperationHandle |
ICLIService.executeStatement(SessionHandle sessionHandle,
String statement,
Map<String,String> confOverlay)
|
OperationHandle |
EmbeddedCLIServiceClient.executeStatement(SessionHandle sessionHandle,
String statement,
Map<String,String> confOverlay)
|
abstract OperationHandle |
CLIServiceClient.executeStatement(SessionHandle sessionHandle,
String statement,
Map<String,String> confOverlay)
|
OperationHandle |
CLIService.executeStatement(SessionHandle sessionHandle,
String statement,
Map<String,String> confOverlay)
|
OperationHandle |
ICLIService.getCatalogs(SessionHandle sessionHandle)
|
OperationHandle |
EmbeddedCLIServiceClient.getCatalogs(SessionHandle sessionHandle)
|
abstract OperationHandle |
CLIServiceClient.getCatalogs(SessionHandle sessionHandle)
|
OperationHandle |
CLIService.getCatalogs(SessionHandle sessionHandle)
|
OperationHandle |
ICLIService.getColumns(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
String columnName)
|
OperationHandle |
EmbeddedCLIServiceClient.getColumns(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
String columnName)
|
abstract OperationHandle |
CLIServiceClient.getColumns(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
String columnName)
|
OperationHandle |
CLIService.getColumns(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
String columnName)
|
OperationHandle |
ICLIService.getFunctions(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String functionName)
|
OperationHandle |
EmbeddedCLIServiceClient.getFunctions(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String functionName)
|
abstract OperationHandle |
CLIServiceClient.getFunctions(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String functionName)
|
OperationHandle |
CLIService.getFunctions(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String functionName)
|
OperationHandle |
ICLIService.getSchemas(SessionHandle sessionHandle,
String catalogName,
String schemaName)
|
OperationHandle |
EmbeddedCLIServiceClient.getSchemas(SessionHandle sessionHandle,
String catalogName,
String schemaName)
|
abstract OperationHandle |
CLIServiceClient.getSchemas(SessionHandle sessionHandle,
String catalogName,
String schemaName)
|
OperationHandle |
CLIService.getSchemas(SessionHandle sessionHandle,
String catalogName,
String schemaName)
|
OperationHandle |
ICLIService.getTables(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
List<String> tableTypes)
|
OperationHandle |
EmbeddedCLIServiceClient.getTables(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
List<String> tableTypes)
|
abstract OperationHandle |
CLIServiceClient.getTables(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
List<String> tableTypes)
|
OperationHandle |
CLIService.getTables(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
List<String> tableTypes)
|
OperationHandle |
ICLIService.getTableTypes(SessionHandle sessionHandle)
|
OperationHandle |
EmbeddedCLIServiceClient.getTableTypes(SessionHandle sessionHandle)
|
abstract OperationHandle |
CLIServiceClient.getTableTypes(SessionHandle sessionHandle)
|
OperationHandle |
CLIService.getTableTypes(SessionHandle sessionHandle)
|
OperationHandle |
ICLIService.getTypeInfo(SessionHandle sessionHandle)
|
OperationHandle |
EmbeddedCLIServiceClient.getTypeInfo(SessionHandle sessionHandle)
|
abstract OperationHandle |
CLIServiceClient.getTypeInfo(SessionHandle sessionHandle)
|
OperationHandle |
CLIService.getTypeInfo(SessionHandle sessionHandle)
|
| Uses of OperationHandle in org.apache.hive.service.cli.operation |
|---|
| Methods in org.apache.hive.service.cli.operation that return OperationHandle | |
|---|---|
OperationHandle |
Operation.getHandle()
|
| Methods in org.apache.hive.service.cli.operation with parameters of type OperationHandle | |
|---|---|
void |
OperationManager.cancelOperation(OperationHandle opHandle)
|
void |
OperationManager.closeOperation(OperationHandle opHandle)
|
Operation |
OperationManager.getOperation(OperationHandle operationHandle)
|
RowSet |
OperationManager.getOperationNextRowSet(OperationHandle opHandle)
|
RowSet |
OperationManager.getOperationNextRowSet(OperationHandle opHandle,
FetchOrientation orientation,
long maxRows)
|
TableSchema |
OperationManager.getOperationResultSetSchema(OperationHandle opHandle)
|
OperationState |
OperationManager.getOperationState(OperationHandle opHandle)
|
| Uses of OperationHandle in org.apache.hive.service.cli.session |
|---|
| Methods in org.apache.hive.service.cli.session that return OperationHandle | |
|---|---|
OperationHandle |
HiveSessionImpl.executeStatement(String statement,
Map<String,String> confOverlay)
|
OperationHandle |
HiveSession.executeStatement(String statement,
Map<String,String> confOverlay)
execute operation handler |
OperationHandle |
HiveSessionImpl.getCatalogs()
|
OperationHandle |
HiveSession.getCatalogs()
getCatalogs operation handler |
OperationHandle |
HiveSessionImpl.getColumns(String catalogName,
String schemaName,
String tableName,
String columnName)
|
OperationHandle |
HiveSession.getColumns(String catalogName,
String schemaName,
String tableName,
String columnName)
getColumns operation handler |
OperationHandle |
HiveSessionImpl.getFunctions(String catalogName,
String schemaName,
String functionName)
|
OperationHandle |
HiveSession.getFunctions(String catalogName,
String schemaName,
String functionName)
getFunctions operation handler |
OperationHandle |
HiveSessionImpl.getSchemas(String catalogName,
String schemaName)
|
OperationHandle |
HiveSession.getSchemas(String catalogName,
String schemaName)
getSchemas operation handler |
OperationHandle |
HiveSessionImpl.getTables(String catalogName,
String schemaName,
String tableName,
List<String> tableTypes)
|
OperationHandle |
HiveSession.getTables(String catalogName,
String schemaName,
String tableName,
List<String> tableTypes)
getTables operation handler |
OperationHandle |
HiveSessionImpl.getTableTypes()
|
OperationHandle |
HiveSession.getTableTypes()
getTableTypes operation handler |
OperationHandle |
HiveSessionImpl.getTypeInfo()
|
OperationHandle |
HiveSession.getTypeInfo()
getTypeInfo operation handler |
| Methods in org.apache.hive.service.cli.session with parameters of type OperationHandle | |
|---|---|
void |
HiveSessionImpl.cancelOperation(OperationHandle opHandle)
|
void |
HiveSession.cancelOperation(OperationHandle opHandle)
|
void |
HiveSessionImpl.closeOperation(OperationHandle opHandle)
|
void |
HiveSession.closeOperation(OperationHandle opHandle)
|
RowSet |
HiveSessionImpl.fetchResults(OperationHandle opHandle)
|
RowSet |
HiveSession.fetchResults(OperationHandle opHandle)
|
RowSet |
HiveSessionImpl.fetchResults(OperationHandle opHandle,
FetchOrientation orientation,
long maxRows)
|
RowSet |
HiveSession.fetchResults(OperationHandle opHandle,
FetchOrientation orientation,
long maxRows)
|
TableSchema |
HiveSessionImpl.getResultSetMetadata(OperationHandle opHandle)
|
TableSchema |
HiveSession.getResultSetMetadata(OperationHandle opHandle)
|
| Uses of OperationHandle in org.apache.hive.service.cli.thrift |
|---|
| Methods in org.apache.hive.service.cli.thrift that return OperationHandle | |
|---|---|
OperationHandle |
ThriftCLIServiceClient.executeStatement(SessionHandle sessionHandle,
String statement,
Map<String,String> confOverlay)
|
OperationHandle |
ThriftCLIServiceClient.getCatalogs(SessionHandle sessionHandle)
|
OperationHandle |
ThriftCLIServiceClient.getColumns(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
String columnName)
|
OperationHandle |
ThriftCLIServiceClient.getFunctions(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String functionName)
|
OperationHandle |
ThriftCLIServiceClient.getSchemas(SessionHandle sessionHandle,
String catalogName,
String schemaName)
|
OperationHandle |
ThriftCLIServiceClient.getTables(SessionHandle sessionHandle,
String catalogName,
String schemaName,
String tableName,
List<String> tableTypes)
|
OperationHandle |
ThriftCLIServiceClient.getTableTypes(SessionHandle sessionHandle)
|
OperationHandle |
ThriftCLIServiceClient.getTypeInfo(SessionHandle sessionHandle)
|
| Methods in org.apache.hive.service.cli.thrift with parameters of type OperationHandle | |
|---|---|
void |
ThriftCLIServiceClient.cancelOperation(OperationHandle opHandle)
|
void |
ThriftCLIServiceClient.closeOperation(OperationHandle opHandle)
|
RowSet |
ThriftCLIServiceClient.fetchResults(OperationHandle opHandle)
|
RowSet |
ThriftCLIServiceClient.fetchResults(OperationHandle opHandle,
FetchOrientation orientation,
long maxRows)
|
OperationState |
ThriftCLIServiceClient.getOperationStatus(OperationHandle opHandle)
|
TableSchema |
ThriftCLIServiceClient.getResultSetMetadata(OperationHandle opHandle)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||