Spring for Apache Hadoop
A B C D E F G H I J K L M N O P Q R S T U V W Y 

H

HadoopAutoConfiguration - Class in org.springframework.data.hadoop.boot
Auto-configuration for Spring Hadoop.
HadoopAutoConfiguration() - Constructor for class org.springframework.data.hadoop.boot.HadoopAutoConfiguration
 
HadoopAutoConfiguration.SpringHadoopConfig - Class in org.springframework.data.hadoop.boot
 
HadoopAutoConfiguration.SpringHadoopConfig() - Constructor for class org.springframework.data.hadoop.boot.HadoopAutoConfiguration.SpringHadoopConfig
 
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
Delegates to HadoopClusterManager for handling lifecycle of HadoopCluster.
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.
HadoopConfigBuilder - Class in org.springframework.data.hadoop.config.annotation.builders
AnnotationBuilder for Configuration.
HadoopConfigBuilder() - Constructor for class org.springframework.data.hadoop.config.annotation.builders.HadoopConfigBuilder
Instantiates a new yarn config builder.
HadoopConfigBuilder(ObjectPostProcessor<Object>) - Constructor for class org.springframework.data.hadoop.config.annotation.builders.HadoopConfigBuilder
Instantiates a new hadoop config builder.
HadoopConfigConfigurer - Interface in org.springframework.data.hadoop.config.annotation.builders
HadoopConfigConfigurer is an interface for HadoopConfigBuilder which is exposed to user via SpringHadoopConfigurerAdapter.
HadoopDelegatingSmartContextLoader - Class in org.springframework.data.hadoop.test.context
HadoopDelegatingSmartContextLoader is a concrete implementation of AbstractDelegatingSmartContextLoader that delegates to a HadoopClusterInjectingXmlContextLoader and an HadoopClusterInjectingAnnotationConfigContextLoader.
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 HadoopException instance.
HadoopException(String) - Constructor for exception org.springframework.data.hadoop.HadoopException
Constructs a new HadoopException instance.
HadoopFsShellAutoConfiguration - Class in org.springframework.data.hadoop.boot
Boot auto-configuration for FsShell.
HadoopFsShellAutoConfiguration() - Constructor for class org.springframework.data.hadoop.boot.HadoopFsShellAutoConfiguration
 
HadoopResourceLoaderRegistrarParser - Class in org.springframework.data.hadoop.config.namespace
Namespace parser for 'resource-loader-registrar' element.
HadoopResourceLoaderRegistrarParser() - Constructor for class org.springframework.data.hadoop.config.namespace.HadoopResourceLoaderRegistrarParser
 
HadoopSecurity - Class in org.springframework.data.hadoop.security
This class keeps together all hadoop security related settings.
HadoopSecurity() - Constructor for class org.springframework.data.hadoop.security.HadoopSecurity
 
HadoopSecurity(SecurityAuthMethod, String, String) - Constructor for class org.springframework.data.hadoop.security.HadoopSecurity
 
HadoopSecurity(SecurityAuthMethod, String, String, String, String) - Constructor for class org.springframework.data.hadoop.security.HadoopSecurity
 
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 HadoopSecurityException instance.
HadoopSecurityException(String) - Constructor for exception org.springframework.data.hadoop.HadoopSecurityException
Constructs a new HadoopSecurityException instance.
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
 
handle(StepExecutionSplitter, StepExecution) - Method in class org.springframework.yarn.batch.partition.AbstractPartitionHandler
 
handle(YarnContainerRuntime) - Method in class org.springframework.yarn.container.ContainerHandler
Handle container using a YarnContainerRuntimeProcessor.
handleAllocatedContainers(List<Container>) - Method in class org.springframework.yarn.am.allocate.AbstractPollingAllocator
Subclasses needs to implement this method to handle newly allocated containers.
handleAllocatedContainers(List<Container>) - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
 
handleApplicationRun(ClientApplicationRunner<R>) - Method in class org.springframework.yarn.boot.cli.AbstractApplicationCommand.ApplicationOptionHandler
Handles run of ClientApplicationRunner.
handleApplicationRun(ClientApplicationRunner<R>, String...) - Method in class org.springframework.yarn.boot.cli.AbstractApplicationCommand.ApplicationOptionHandler
Handles run of ClientApplicationRunner.
handleApplicationRun(ClientApplicationRunner<String>) - Method in class org.springframework.yarn.boot.cli.YarnPushCommand.PushOptionHandler
 
handleApplicationRun(ClientApplicationRunner<ApplicationId>) - Method in class org.springframework.yarn.boot.cli.YarnSubmitCommand.SubmitOptionHandler
 
handleBeanRun(YarnAppmaster, String[], Set<String>) - Method in class org.springframework.yarn.am.CommandLineAppmasterRunner
 
handleBeanRun(YarnClient, String[], Set<String>) - Method in class org.springframework.yarn.client.CommandLineClientRunner
 
handleBeanRun(YarnContainer, String[], Set<String>) - Method in class org.springframework.yarn.container.CommandLineContainerRunner
 
handleBeanRun(T, String[], Set<String>) - Method in class org.springframework.yarn.launch.AbstractCommandLineRunner
Handles the execution of a bean after Application Context(s) has been initialized.
handleCompletedContainers(List<ContainerStatus>) - Method in class org.springframework.yarn.am.allocate.AbstractPollingAllocator
Subclasses needs to implement this method to handle newly released containers.
handleCompletedContainers(List<ContainerStatus>) - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
 
handleMessageInternal(RpcMessage<T>) - Method in class org.springframework.yarn.integration.IntegrationAppmasterService
Implementor need to write this method to process incoming messages.
handleMessageInternal(RpcMessage<MindRpcMessageHolder>) - Method in class org.springframework.yarn.integration.ip.mind.MindAppmasterService
 
handleMindMessageInternal(MindRpcMessageHolder) - Method in class org.springframework.yarn.batch.repository.BatchAppmasterService
 
handleMindMessageInternal(MindRpcMessageHolder) - Method in class org.springframework.yarn.integration.ip.mind.MindAppmasterService
Internal message handling for MindRpcMessageHolder.
handleOutput(String) - Method in class org.springframework.yarn.boot.cli.AbstractApplicationCommand.ApplicationOptionHandler
Utility method to handle output for the command.
handleRequest(BaseObject) - Method in class org.springframework.yarn.batch.repository.BatchAppmasterService.JobRepositoryServiceInterceptorList
Handles the handleRequest calls.
handleRequest(BaseObject) - Method in interface org.springframework.yarn.batch.repository.JobRepositoryRemoteServiceInterceptor
Handles request if at least one interceptor returned null from a JobRepositoryRemoteServiceInterceptor.preRequest(BaseObject) method.
handleRunnerExitCode(CommandRunner, int) - Method in class org.springframework.yarn.boot.cli.AbstractCli
 
handleSatisfyStateData(ContainerCluster, SatisfyStateData) - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
handleSigInt() - Method in class org.springframework.yarn.boot.cli.shell.Shell
Final handle an interrup signal (CTRL-C)
handleTimeout() - Method in class org.springframework.data.hadoop.store.dataset.AbstractDatasetStoreWriter
 
handleTimeout() - Method in class org.springframework.data.hadoop.store.dataset.DatasetStoreObjectSupport
Handle idle timeout.
handleTimeout() - Method in class org.springframework.data.hadoop.store.output.OutputStreamWriter
 
handleTimeout() - Method in class org.springframework.data.hadoop.store.output.TextFileWriter
 
handleTimeout() - Method in class org.springframework.data.hadoop.store.output.TextSequenceFileWriter
 
handleTimeout() - Method in class org.springframework.data.hadoop.store.support.StoreObjectSupport
Handle idle timeout.
hasData() - Method in class org.springframework.yarn.am.allocate.ContainerAllocateData
 
hash(int, int) - Static method in class org.springframework.data.hadoop.store.expression.HashMethodExecutor
 
hash(Object, Integer) - Static method in class org.springframework.data.hadoop.store.expression.HashMethodExecutor
 
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
 
hashCode() - Method in class org.springframework.yarn.launch.ExitStatus
Compatible with the equals implementation.
hashCode() - Method in class org.springframework.yarn.support.console.TableRow
 
hashCode() - Method in class org.springframework.yarn.test.support.ClusterInfo
 
HashListMethodExecutor - Class in org.springframework.data.hadoop.store.expression
A MethodExecutor using 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 MethodExecutor using 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 MethodExecutor using 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
 
hasPort() - Method in interface org.springframework.yarn.am.AppmasterService
This method should return true if a service will eventually bind to a port.
hasPort() - Method in class org.springframework.yarn.integration.IntegrationAppmasterService
 
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
Base class for HbaseTemplate and HbaseInterceptor, defining commons properties such as HTableInterfaceFactory and Configuration.
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(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesHdfsConfigurer
 
hdfs(String, String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesHdfsConfigurer
 
hdfs(String, LocalResourceType) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesHdfsConfigurer
 
hdfs(String, LocalResourceType, boolean) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesHdfsConfigurer
 
hdfs(String, String, LocalResourceType) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesHdfsConfigurer
 
hdfs(String) - Method in interface org.springframework.yarn.config.annotation.configurers.LocalResourcesHdfsConfigurer
 
hdfs(String, String) - Method in interface org.springframework.yarn.config.annotation.configurers.LocalResourcesHdfsConfigurer
 
hdfs(String, LocalResourceType) - Method in interface org.springframework.yarn.config.annotation.configurers.LocalResourcesHdfsConfigurer
 
hdfs(String, LocalResourceType, boolean) - Method in interface org.springframework.yarn.config.annotation.configurers.LocalResourcesHdfsConfigurer
 
hdfs(String, String, LocalResourceType) - Method in interface org.springframework.yarn.config.annotation.configurers.LocalResourcesHdfsConfigurer
 
HDFS_TESTS_BASE_PATH - Static variable in class org.springframework.data.hadoop.test.HadoopTestSystemConstants
Base hdfs path for tests.
HDFS_TESTS_BASE_PATH - Static variable in class org.springframework.yarn.test.YarnTestSystemConstants
Base hdfs path for tests.
HdfsItemWriter<T> - Class in org.springframework.data.hadoop.batch.item
An ItemWriter implementation 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 HdfsResourceLoader instance.
HdfsResourceLoader(Configuration, URI, String) - Constructor for class org.springframework.data.hadoop.fs.HdfsResourceLoader
Constructs a new HdfsResourceLoader instance.
HdfsResourceLoader(Configuration, URI) - Constructor for class org.springframework.data.hadoop.fs.HdfsResourceLoader
Constructs a new HdfsResourceLoader instance.
HdfsResourceLoader(FileSystem) - Constructor for class org.springframework.data.hadoop.fs.HdfsResourceLoader
Constructs a new HdfsResourceLoader instance.
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
 
header(String, String) - Method in class org.springframework.yarn.support.console.ApplicationsReport.SubmittedReportBuilder
 
header(String, String) - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClusterInfoReportBuilder
 
header(String, String) - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoReportBuilder
 
hflush() - Method in class org.springframework.data.hadoop.store.output.OutputStreamWriter
 
hflush() - Method in class org.springframework.data.hadoop.store.output.TextSequenceFileWriter
 
HiveClient - Class in org.springframework.data.hadoop.hive
Client class that replaces the HiveClient from Hiveserver1.
HiveClient(DataSource) - Constructor for class org.springframework.data.hadoop.hive.HiveClient
 
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 a JdbcTemplate.
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.namespace
 
HiveRunnerParser() - Constructor for class org.springframework.data.hadoop.config.namespace.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 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.
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.
HORIZONTAL_LINE - Static variable in class org.springframework.yarn.support.console.UiUtils
 
HostInfoDiscovery - Interface in org.springframework.data.hadoop.util.net
Interface used to discover a HostInfoDiscovery.HostInfo from a system.
hostInfoDiscovery() - Method in class org.springframework.yarn.boot.YarnAppmasterAutoConfiguration.TrackServiceConfig
 
hostInfoDiscovery() - Method in class org.springframework.yarn.boot.YarnContainerAutoConfiguration.ContainerRegistrarConfig
 
HostInfoDiscovery.HostInfo - Class in org.springframework.data.hadoop.util.net
Class wrapping host information.
HostInfoDiscovery.HostInfo(String, String) - Constructor for class org.springframework.data.hadoop.util.net.HostInfoDiscovery.HostInfo
Instantiates a new host info.
hostsInfo - Variable in class org.springframework.yarn.am.allocate.DefaultAllocateCountTracker.AllocateCountInfo
 
A B C D E F G H I J K L M N O P Q R S T U V W Y 
Spring for Apache Hadoop