Uses of Class
org.apache.hive.service.cli.OperationHandle

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)
           
 

Methods in org.apache.hive.service.cli with parameters of type OperationHandle
 void ICLIService.cancelOperation(OperationHandle opHandle)
           
 void EmbeddedCLIServiceClient.cancelOperation(OperationHandle opHandle)
           
abstract  void CLIServiceClient.cancelOperation(OperationHandle opHandle)
           
 void CLIService.cancelOperation(OperationHandle opHandle)
           
 void ICLIService.closeOperation(OperationHandle opHandle)
           
 void EmbeddedCLIServiceClient.closeOperation(OperationHandle opHandle)
           
abstract  void CLIServiceClient.closeOperation(OperationHandle opHandle)
           
 void CLIService.closeOperation(OperationHandle opHandle)
           
 RowSet ICLIService.fetchResults(OperationHandle opHandle)
           
 RowSet CLIServiceClient.fetchResults(OperationHandle opHandle)
           
 RowSet CLIService.fetchResults(OperationHandle opHandle)
           
 RowSet ICLIService.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 RowSet EmbeddedCLIServiceClient.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
abstract  RowSet CLIServiceClient.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 RowSet CLIService.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 OperationState ICLIService.getOperationStatus(OperationHandle opHandle)
           
 OperationState EmbeddedCLIServiceClient.getOperationStatus(OperationHandle opHandle)
           
abstract  OperationState CLIServiceClient.getOperationStatus(OperationHandle opHandle)
           
 OperationState CLIService.getOperationStatus(OperationHandle opHandle)
           
 TableSchema ICLIService.getResultSetMetadata(OperationHandle opHandle)
           
 TableSchema EmbeddedCLIServiceClient.getResultSetMetadata(OperationHandle opHandle)
           
abstract  TableSchema CLIServiceClient.getResultSetMetadata(OperationHandle opHandle)
           
 TableSchema CLIService.getResultSetMetadata(OperationHandle opHandle)
           
 

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)
           
 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 Session.executeStatement(String statement, Map<String,String> confOverlay)
           
 OperationHandle Session.getCatalogs()
           
 OperationHandle Session.getColumns(String catalogName, String schemaName, String tableName, String columnName)
           
 OperationHandle Session.getFunctions(String catalogName, String schemaName, String functionName)
           
 OperationHandle Session.getSchemas(String catalogName, String schemaName)
           
 OperationHandle Session.getTables(String catalogName, String schemaName, String tableName, List<String> tableTypes)
           
 OperationHandle Session.getTableTypes()
           
 OperationHandle Session.getTypeInfo()
           
 

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)
           
 



Copyright © 2013 The Apache Software Foundation