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

Packages that use SessionHandle
org.apache.hive.service.cli   
org.apache.hive.service.cli.session   
org.apache.hive.service.cli.thrift   
 

Uses of SessionHandle in org.apache.hive.service.cli
 

Methods in org.apache.hive.service.cli that return SessionHandle
 SessionHandle ICLIService.openSession(String username, String password, Map<String,String> configuration)
           
 SessionHandle EmbeddedCLIServiceClient.openSession(String username, String password, Map<String,String> configuration)
           
abstract  SessionHandle CLIServiceClient.openSession(String username, String password, Map<String,String> configuration)
           
 SessionHandle CLIService.openSession(String username, String password, Map<String,String> configuration)
           
 

Methods in org.apache.hive.service.cli with parameters of type SessionHandle
 void ICLIService.closeSession(SessionHandle sessionHandle)
           
 void EmbeddedCLIServiceClient.closeSession(SessionHandle sessionHandle)
           
abstract  void CLIServiceClient.closeSession(SessionHandle sessionHandle)
           
 void CLIService.closeSession(SessionHandle sessionHandle)
           
 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)
           
 GetInfoValue ICLIService.getInfo(SessionHandle sessionHandle, GetInfoType infoType)
           
 GetInfoValue EmbeddedCLIServiceClient.getInfo(SessionHandle sessionHandle, GetInfoType getInfoType)
           
abstract  GetInfoValue CLIServiceClient.getInfo(SessionHandle sessionHandle, GetInfoType getInfoType)
           
 GetInfoValue CLIService.getInfo(SessionHandle sessionHandle, GetInfoType getInfoType)
           
 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 SessionHandle in org.apache.hive.service.cli.session
 

Methods in org.apache.hive.service.cli.session that return SessionHandle
 SessionHandle Session.getSessionHandle()
           
 SessionHandle SessionManager.openSession(String username, String password, Map<String,String> sessionConf)
           
 

Methods in org.apache.hive.service.cli.session with parameters of type SessionHandle
 void SessionManager.closeSession(SessionHandle sessionHandle)
           
 Session SessionManager.getSession(SessionHandle sessionHandle)
           
 

Uses of SessionHandle in org.apache.hive.service.cli.thrift
 

Methods in org.apache.hive.service.cli.thrift that return SessionHandle
 SessionHandle ThriftCLIServiceClient.openSession(String username, String password, Map<String,String> configuration)
           
 

Methods in org.apache.hive.service.cli.thrift with parameters of type SessionHandle
 void ThriftCLIServiceClient.closeSession(SessionHandle sessionHandle)
           
 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)
           
 GetInfoValue ThriftCLIServiceClient.getInfo(SessionHandle sessionHandle, GetInfoType infoType)
           
 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)
           
 



Copyright © 2013 The Apache Software Foundation