- hackHadoopStagingOnWin() - Static method in class org.springframework.data.hadoop.util.PermissionUtils
-  
- HadoopCluster - Interface in org.springframework.data.hadoop.test.context
- 
Interface for Hadoop miniclusters. 
- hadoopCluster - Variable in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
-  
- HadoopClusterDelegatingFactoryBean - Class in org.springframework.data.hadoop.test.support
- 
- HadoopClusterDelegatingFactoryBean() - Constructor for class org.springframework.data.hadoop.test.support.HadoopClusterDelegatingFactoryBean
-  
- HadoopClusterFactoryBean - Class in org.springframework.data.hadoop.test.support
- 
Factory bean building Hadoop mini clusters. 
- HadoopClusterFactoryBean() - Constructor for class org.springframework.data.hadoop.test.support.HadoopClusterFactoryBean
-  
- HadoopClusterInjectingAnnotationConfigContextLoader - Class in org.springframework.data.hadoop.test.context
- 
Extending generic annotation based context loader able to
 manage and inject Hadoop mini clusters. 
- HadoopClusterInjectingAnnotationConfigContextLoader() - Constructor for class org.springframework.data.hadoop.test.context.HadoopClusterInjectingAnnotationConfigContextLoader
-  
- HadoopClusterInjectingXmlContextLoader - Class in org.springframework.data.hadoop.test.context
- 
Extending generic xml based context loader able to
 manage and inject Hadoop mini clusters. 
- HadoopClusterInjectingXmlContextLoader() - Constructor for class org.springframework.data.hadoop.test.context.HadoopClusterInjectingXmlContextLoader
-  
- HadoopClusterManager - Class in org.springframework.data.hadoop.test.support
- 
Manager handling running mini clusters for tests. 
- HadoopDelegatingSmartContextLoader - Class in org.springframework.data.hadoop.test.context
- 
- HadoopDelegatingSmartContextLoader() - Constructor for class org.springframework.data.hadoop.test.context.HadoopDelegatingSmartContextLoader
-  
- HadoopException - Exception in org.springframework.data.hadoop
- 
Core Hadoop Exception. 
- HadoopException(String, Throwable) - Constructor for exception org.springframework.data.hadoop.HadoopException
- 
Constructs a new HadoopExceptioninstance.
 
- HadoopException(String) - Constructor for exception org.springframework.data.hadoop.HadoopException
- 
Constructs a new HadoopExceptioninstance.
 
- HadoopResourceLoaderRegistrarParser - Class in org.springframework.data.hadoop.config
- 
Namespace parser for 'resource-loader-registrar' element. 
- HadoopResourceLoaderRegistrarParser() - Constructor for class org.springframework.data.hadoop.config.HadoopResourceLoaderRegistrarParser
-  
- HadoopSecurityException - Exception in org.springframework.data.hadoop
- 
Security-related exception generated by Hadoop. 
- HadoopSecurityException(String, Throwable) - Constructor for exception org.springframework.data.hadoop.HadoopSecurityException
- 
Constructs a new HadoopSecurityExceptioninstance.
 
- HadoopSecurityException(String) - Constructor for exception org.springframework.data.hadoop.HadoopSecurityException
- 
Constructs a new HadoopSecurityExceptioninstance.
 
- HadoopSystemConstants - Class in org.springframework.data.hadoop
- 
Various constants throughout the Spring Hadoop libraries. 
- HadoopSystemConstants() - Constructor for class org.springframework.data.hadoop.HadoopSystemConstants
-  
- HadoopTestSystemConstants - Class in org.springframework.data.hadoop.test
- 
Various constants throughout the Spring Hadoop testing libraries. 
- HadoopTestSystemConstants() - Constructor for class org.springframework.data.hadoop.test.HadoopTestSystemConstants
-  
- handleIdleTimeout() - Method in class org.springframework.data.hadoop.store.output.OutputStreamWriter
-  
- handleIdleTimeout() - Method in class org.springframework.data.hadoop.store.output.TextFileWriter
-  
- handleIdleTimeout() - Method in class org.springframework.data.hadoop.store.output.TextSequenceFileWriter
-  
- handleIdleTimeout() - Method in class org.springframework.data.hadoop.store.support.StoreObjectSupport
- 
Handle idle timeout. 
- hashCode() - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-  
- hashCode() - Method in class org.springframework.data.hadoop.store.split.GenericSplit
-  
- hashCode() - Method in class org.springframework.data.hadoop.store.support.IdleTimeoutTrigger
-  
- hashCode() - Method in class org.springframework.data.hadoop.test.support.ClusterInfo
-  
- HashListMethodExecutor - Class in org.springframework.data.hadoop.store.expression
- 
A MethodExecutorusing an first argument as key
 to be matched from second argument which is expected to be
 a List of List of Objects.
 
- HashListMethodExecutor() - Constructor for class org.springframework.data.hadoop.store.expression.HashListMethodExecutor
-  
- HashMethodExecutor - Class in org.springframework.data.hadoop.store.expression
- 
A MethodExecutorusing an first argument as an
 Object to get its hashcode and second argument expected to
 be an Integer to calculate a simple bucket name.
 
- HashMethodExecutor() - Constructor for class org.springframework.data.hadoop.store.expression.HashMethodExecutor
-  
- HashRangeMethodExecutor - Class in org.springframework.data.hadoop.store.expression
- 
A MethodExecutorusing an first argument as key
 to be used as a range search with a List of Object found from
 a second argument.
 
- HashRangeMethodExecutor() - Constructor for class org.springframework.data.hadoop.store.expression.HashRangeMethodExecutor
-  
- hasResource(Object) - Static method in class org.springframework.data.hadoop.hbase.HbaseSynchronizationManager
- 
Checks whether any resource is bound for the given key. 
- hasRolled() - Method in class org.springframework.data.hadoop.store.strategy.rollover.ChainedRolloverStrategy
-  
- hasRolled() - Method in class org.springframework.data.hadoop.store.strategy.rollover.NoRolloverStrategy
-  
- hasRolled() - Method in interface org.springframework.data.hadoop.store.strategy.rollover.RolloverStrategy
- 
Checks if strategy wants to rollover. 
- hasRolled() - Method in class org.springframework.data.hadoop.store.strategy.rollover.SizeRolloverStrategy
-  
- HbaseAccessor - Class in org.springframework.data.hadoop.hbase
- 
- HbaseAccessor() - Constructor for class org.springframework.data.hadoop.hbase.HbaseAccessor
-  
- HbaseConfigurationFactoryBean - Class in org.springframework.data.hadoop.hbase
- 
Factory for creating HBase specific configuration. 
- HbaseConfigurationFactoryBean() - Constructor for class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
-  
- HbaseInterceptor - Class in org.springframework.data.hadoop.hbase
- 
AOP interceptor that binds a new Hbase table to the thread before a method call, closing and removing it afterwards in case of any method outcome. 
- HbaseInterceptor() - Constructor for class org.springframework.data.hadoop.hbase.HbaseInterceptor
-  
- HbaseOperations - Interface in org.springframework.data.hadoop.hbase
- 
Interface that specifies a basic set of Hbase operations, implemented by  HbaseTemplate. 
- HbaseSynchronizationManager - Class in org.springframework.data.hadoop.hbase
- 
Synchronization manager handling the tracking of Hbase resources (specifically tables). 
- HbaseSynchronizationManager() - Constructor for class org.springframework.data.hadoop.hbase.HbaseSynchronizationManager
-  
- HbaseSystemException - Exception in org.springframework.data.hadoop.hbase
- 
HBase Data Access exception. 
- HbaseSystemException(Exception) - Constructor for exception org.springframework.data.hadoop.hbase.HbaseSystemException
-  
- HbaseTemplate - Class in org.springframework.data.hadoop.hbase
- 
Central class for accessing the HBase API. 
- HbaseTemplate() - Constructor for class org.springframework.data.hadoop.hbase.HbaseTemplate
-  
- HbaseTemplate(Configuration) - Constructor for class org.springframework.data.hadoop.hbase.HbaseTemplate
-  
- HbaseUtils - Class in org.springframework.data.hadoop.hbase
- 
Helper class featuring methods for Hbase table handling and exception translation. 
- HbaseUtils() - Constructor for class org.springframework.data.hadoop.hbase.HbaseUtils
-  
- HDFS_TESTS_BASE_PATH - Static variable in class org.springframework.data.hadoop.test.HadoopTestSystemConstants
- 
Base hdfs path for tests. 
- HdfsItemWriter<T> - Class in org.springframework.data.hadoop.batch.item
- 
An ItemWriterimplementation used to write the incoming items to
 HDFS.
 
- HdfsItemWriter(FileSystem, Serializer<T>, String) - Constructor for class org.springframework.data.hadoop.batch.item.HdfsItemWriter
- 
Constructor 
- HdfsResourceLoader - Class in org.springframework.data.hadoop.fs
- 
Spring ResourceLoader over Hadoop FileSystem. 
- HdfsResourceLoader(Configuration) - Constructor for class org.springframework.data.hadoop.fs.HdfsResourceLoader
- 
Constructs a new HdfsResourceLoaderinstance.
 
- HdfsResourceLoader(Configuration, URI, String) - Constructor for class org.springframework.data.hadoop.fs.HdfsResourceLoader
- 
Constructs a new HdfsResourceLoaderinstance.
 
- HdfsResourceLoader(Configuration, URI) - Constructor for class org.springframework.data.hadoop.fs.HdfsResourceLoader
- 
Constructs a new HdfsResourceLoaderinstance.
 
- HdfsResourceLoader(FileSystem) - Constructor for class org.springframework.data.hadoop.fs.HdfsResourceLoader
- 
Constructs a new HdfsResourceLoaderinstance.
 
- HdfsScriptRunner - Class in org.springframework.data.hadoop.scripting
- 
Hadoop-customized runner that exposes Hadoop specific variables to scripting languages. 
- HdfsScriptRunner() - Constructor for class org.springframework.data.hadoop.scripting.HdfsScriptRunner
-  
- 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 HiveClientinstance.
 
- HiveClientFactoryBean - Class in org.springframework.data.hadoop.hive
- 
FactoryBean for easy declaration and creation of a HiveClientusingThriftHive.
 
- 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
-  
- HiveRunnerParser - Class in org.springframework.data.hadoop.config
-  
- HiveRunnerParser() - Constructor for class org.springframework.data.hadoop.config.HiveRunnerParser
-  
- 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 HiveScriptinstance 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 HiveScriptinstance.
 
- 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 HiveClientinstance.
 
- HiveTemplate(HiveClientFactory) - Constructor for class org.springframework.data.hadoop.hive.HiveTemplate
- 
Constructs a new HiveTemplateinstance.