A C D E G H I O Q S T 

A

afterPropertiesSet() - Method in class org.springframework.data.hadoop.hive.HiveExecutor
 
afterPropertiesSet() - Method in class org.springframework.data.hadoop.hive.HiveRunner
 
afterPropertiesSet() - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.hadoop.hive.HiveTemplate
 

C

call() - Method in class org.springframework.data.hadoop.hive.HiveRunner
 
convertHiveAccessException(Exception) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Converts the given Hive exception to an appropriate exception from the org.springframework.dao hierarchy.
createHiveClient() - Method in class org.springframework.data.hadoop.hive.HiveClientFactoryBean
 
createHiveClient() - Method in class org.springframework.data.hadoop.hive.HiveTemplate
 

D

destroy() - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
 
doInHive(HiveClient) - Method in interface org.springframework.data.hadoop.hive.HiveClientCallback
Gets called by execute(HiveClientCallback) with an active HiveClient.

E

execute(StepContribution, ChunkContext) - Method in class org.springframework.data.hadoop.batch.hive.HiveTasklet
 
execute(HiveClientCallback<T>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes the action specified by the given callback object within an active HiveClient.
execute(HiveClientCallback<T>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes the action specified by the given callback object within an active HiveClient.
executeHiveScripts() - Method in class org.springframework.data.hadoop.hive.HiveExecutor
 
executeScript(HiveScript) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes a Hive script.
executeScript(Iterable<HiveScript>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes multiple Hive scripts.
executeScript(HiveScript) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes a Hive script.
executeScript(Iterable<HiveScript>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes multiple Hive scripts.

G

getArguments() - Method in class org.springframework.data.hadoop.hive.HiveScript
Returns the arguments associated with this script.
getHiveClient() - Method in interface org.springframework.data.hadoop.hive.HiveClientFactory
 
getHost() - Method in class org.springframework.data.hadoop.hive.HiveClientFactoryBean
Returns the host.
getObject() - Method in class org.springframework.data.hadoop.hive.HiveClientFactoryBean
 
getObject() - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
 
getObjectType() - Method in class org.springframework.data.hadoop.hive.HiveClientFactoryBean
 
getObjectType() - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
 
getPhase() - Method in class org.springframework.data.hadoop.hive.HiveClientFactoryBean
 
getPhase() - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
 
getPort() - Method in class org.springframework.data.hadoop.hive.HiveClientFactoryBean
Returns the port.
getResource() - Method in class org.springframework.data.hadoop.hive.HiveScript
Returns the script resource.
getTimeout() - Method in class org.springframework.data.hadoop.hive.HiveClientFactoryBean
Returns the timeout.

H

HiveClientCallback<T> - Interface in org.springframework.data.hadoop.hive
Callback interface for Hive code.
HiveClientFactory - Interface in org.springframework.data.hadoop.hive
Factory for retrieving a HiveClient instance.
HiveClientFactoryBean - Class in org.springframework.data.hadoop.hive
FactoryBean for easy declaration and creation of a HiveClient using ThriftHive.
HiveClientFactoryBean() - Constructor for class org.springframework.data.hadoop.hive.HiveClientFactoryBean
 
HiveExecutor - Class in org.springframework.data.hadoop.hive
Common class for configuring and executing Hive scripts.
HiveExecutor() - Constructor for class org.springframework.data.hadoop.hive.HiveExecutor
 
HiveOperations - Interface in org.springframework.data.hadoop.hive
Interface specifying a basic set of Hive operations.
HiveRunner - Class in org.springframework.data.hadoop.hive
Basic runner for Hive scripts inside a Spring environment.
HiveRunner() - Constructor for class org.springframework.data.hadoop.hive.HiveRunner
 
HiveScript - Class in org.springframework.data.hadoop.hive
Holder class for a Hive script.
HiveScript(Resource) - Constructor for class org.springframework.data.hadoop.hive.HiveScript
Constructs a new HiveScript instance from the given resource.
HiveScript(Resource, Map<?, ?>) - Constructor for class org.springframework.data.hadoop.hive.HiveScript
 
HiveScript(Resource, Properties) - Constructor for class org.springframework.data.hadoop.hive.HiveScript
Constructs a new HiveScript instance.
HiveServerFactoryBean - Class in org.springframework.data.hadoop.hive
FactoryBean for easy declaration and creation of an embeddable Hive server.
HiveServerFactoryBean() - Constructor for class org.springframework.data.hadoop.hive.HiveServerFactoryBean
 
HiveTasklet - Class in org.springframework.data.hadoop.batch.hive
Hive tasklet running Hive scripts on demand, against a HiveClient.
HiveTasklet() - Constructor for class org.springframework.data.hadoop.batch.hive.HiveTasklet
 
HiveTemplate - Class in org.springframework.data.hadoop.hive
Helper class that simplifies Hive data access code.
HiveTemplate() - Constructor for class org.springframework.data.hadoop.hive.HiveTemplate
Constructs a new HiveClient instance.
HiveTemplate(HiveClientFactory) - Constructor for class org.springframework.data.hadoop.hive.HiveTemplate
Constructs a new HiveTemplate instance.

I

isAutoStartup() - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
 
isRunning() - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
 
isSingleton() - Method in class org.springframework.data.hadoop.hive.HiveClientFactoryBean
 
isSingleton() - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
 

O

org.springframework.data.hadoop.batch.hive - package org.springframework.data.hadoop.batch.hive
Hadoop Batch Hive supporting classes.
org.springframework.data.hadoop.hive - package org.springframework.data.hadoop.hive
Package providing integration with Apache Hive.

Q

query(String) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes the given HiveQL that results in a list of objects.
query(String, Map<?, ?>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes the given HiveQL using the list of arguments, expecting a list of objects.
query(String) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes the given HiveQL that results in a list of objects.
query(String, Map<?, ?>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes the given HiveQL using the list of arguments, expecting a list of objects.
queryForInt(String) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes the given HiveQL that results in a single int value.
queryForInt(String, Map<?, ?>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes the given HiveQL using the list of arguments, that results in a single int value.
queryForInt(String) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes the given HiveQL that results in a single int value.
queryForInt(String, Map<?, ?>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes the given HiveQL using the list of arguments, that results in a single int value.
queryForLong(String) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes the given HiveQL that results in a single long value.
queryForLong(String, Map<?, ?>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes the given HiveQL using the list of arguments, that results in a single long value.
queryForLong(String) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes the given HiveQL that results in a single long value.
queryForLong(String, Map<?, ?>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes the given HiveQL using the list of arguments, that results in a single long value.
queryForString(String) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes the given HiveQL that results in a single object.
queryForString(String, Map<?, ?>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes the given HiveQL using the list of arguments, that results in a single object.
queryForString(String) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes the given HiveQL that results in a single object.
queryForString(String, Map<?, ?>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes the given HiveQL using the list of arguments, that results in a single object.

S

setAutoStartup(boolean) - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
Indicates whether the Hive client should start automatically (default) or not.
setConfiguration(Configuration) - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
Sets the Hadoop configuration to use.
setExecutor(Executor) - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
Sets the executor for starting the server (which is a blocking operation).
setHiveClientFactory(HiveClientFactory) - Method in class org.springframework.data.hadoop.hive.HiveExecutor
Sets the hive client for this tasklet.
setHiveClientFactory(HiveClientFactory) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Sets the HiveClient factory.
setHiveTemplate(HiveOperations) - Method in class org.springframework.data.hadoop.hive.HiveExecutor
Sets the hive template.
setHost(String) - Method in class org.springframework.data.hadoop.hive.HiveClientFactoryBean
Sets the server host.
setMaxThreads(int) - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
Sets the maximum number of threads serving this server.
setMinThreads(int) - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
Sets the minimum number of threads serving this server.
setPort(int) - Method in class org.springframework.data.hadoop.hive.HiveClientFactoryBean
Sets the server port.
setPort(int) - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
Sets the server port.
setPostAction(Collection<Callable<?>>) - Method in class org.springframework.data.hadoop.hive.HiveRunner
Actions to be invoked after running the action.
setPreAction(Collection<Callable<?>>) - Method in class org.springframework.data.hadoop.hive.HiveRunner
Actions to be invoked before running the action.
setProperties(Properties) - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
Sets the configuration properties.
setResourceLoader(ResourceLoader) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
 
setRunAtStartup(boolean) - Method in class org.springframework.data.hadoop.hive.HiveRunner
Indicates whether the scripts should run at container startup or not (the default).
setScripts(Collection<HiveScript>) - Method in class org.springframework.data.hadoop.hive.HiveClientFactoryBean
Sets the scripts to execute once the client connects.
setScripts(Collection<HiveScript>) - Method in class org.springframework.data.hadoop.hive.HiveExecutor
Sets the scripts to be executed by this tasklet.
setTimeout(int) - Method in class org.springframework.data.hadoop.hive.HiveClientFactoryBean
Sets the connection timeout.
start() - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
 
stop() - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
 
stop(Runnable) - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
 

T

toString() - Method in class org.springframework.data.hadoop.hive.HiveScript
 
A C D E G H I O Q S T