A C D E F G H I L M O R S T W

A

AbstractHadoopClusterTests - Class in org.springframework.data.hadoop.test.junit
Abstract base class providing default functionality for running tests using Hadoop mini cluster.
AbstractHadoopClusterTests() - Constructor for class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
 
AbstractMapReduceTests - Class in org.springframework.data.hadoop.test.junit
Abstract base class providing default functionality for running map reduce tests.
AbstractMapReduceTests() - Constructor for class org.springframework.data.hadoop.test.junit.AbstractMapReduceTests
 
afterPropertiesSet() - Method in class org.springframework.data.hadoop.test.support.ConfigurationDelegatingFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterDelegatingFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterFactoryBean
 
applicationContext - Variable in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
 

C

close() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterManager
Close the manager, removes shutdown hook and closes all running clusters.
closeCluster(HadoopCluster) - Method in class org.springframework.data.hadoop.test.support.HadoopClusterManager
Closes and remove HadoopCluster from a manager cache.
ClusterInfo - Class in org.springframework.data.hadoop.test.support
Object keeping some testing cluster init info.
ClusterInfo() - Constructor for class org.springframework.data.hadoop.test.support.ClusterInfo
 
ClusterInfo(String, int) - Constructor for class org.springframework.data.hadoop.test.support.ClusterInfo
 
configuration - Variable in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
 
ConfigurationDelegatingFactoryBean - Class in org.springframework.data.hadoop.test.support
Simple factory bean delegating retrieval of hadoop Configuration from a StandaloneHadoopCluster.
ConfigurationDelegatingFactoryBean() - Constructor for class org.springframework.data.hadoop.test.support.ConfigurationDelegatingFactoryBean
 

D

DEFAULT_ID_CLUSTER - Static variable in class org.springframework.data.hadoop.test.HadoopTestSystemConstants
Default id for mini hadoop cluster.
DEFAULT_ID_MINIHADOOPCLUSTER - Static variable in class org.springframework.data.hadoop.test.HadoopTestSystemConstants
Default bean id for mini hadoop cluster.
DEFAULT_ID_MINIHADOOPCLUSTER_CONFIG - Static variable in class org.springframework.data.hadoop.test.HadoopTestSystemConstants
Default bean id for mini hadoop cluster configured configuration.
destroy() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterDelegatingFactoryBean
 
destroy() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterFactoryBean
 
doClose() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterManager
Bring down and un-register all the running clusters.

E

equals(Object) - Method in class org.springframework.data.hadoop.test.support.ClusterInfo
 

F

findStatus(Job) - Method in class org.springframework.data.hadoop.test.junit.AbstractMapReduceTests
Find job status.

G

getAnnotationConfigLoader() - Method in class org.springframework.data.hadoop.test.context.HadoopDelegatingSmartContextLoader
 
getApplicationContext() - Method in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
Gets the ApplicationContext for tests.
getCluster(ClusterInfo) - Method in class org.springframework.data.hadoop.test.support.HadoopClusterManager
Gets and starts the mini cluster.
getConfiguration() - Method in interface org.springframework.data.hadoop.test.context.HadoopCluster
Gets the Configuration for the cluster.
getConfiguration() - Method in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
Gets the running cluster runtime Configuration for tests.
getConfiguration(Object) - Static method in class org.springframework.data.hadoop.test.support.compat.MiniMRClusterCompat
Gets the Configuration from a cluster.
getConfiguration() - Method in class org.springframework.data.hadoop.test.support.StandaloneHadoopCluster
 
getFileSystem() - Method in interface org.springframework.data.hadoop.test.context.HadoopCluster
Gets the configured FileSystem managed by HadoopCluster.
getFileSystem() - Method in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
Returns a configured FileSystem instance for test cases to read and write files to it.
getFileSystem() - Method in class org.springframework.data.hadoop.test.support.StandaloneHadoopCluster
 
getHadoopCluster() - Method in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
Gets the running HadoopCluster for tests.
getId() - Method in class org.springframework.data.hadoop.test.support.ClusterInfo
 
getInstance() - Static method in class org.springframework.data.hadoop.test.support.HadoopClusterManager
Gets the singleton instance of HadoopClusterManager.
getInstance(boolean) - Static method in class org.springframework.data.hadoop.test.support.HadoopClusterManager
Gets the singleton instance of HadoopClusterManager.
getNumDfs() - Method in class org.springframework.data.hadoop.test.support.ClusterInfo
 
getObject() - Method in class org.springframework.data.hadoop.test.support.ConfigurationDelegatingFactoryBean
 
getObject() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterDelegatingFactoryBean
 
getObject() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterFactoryBean
 
getObjectType() - Method in class org.springframework.data.hadoop.test.support.ConfigurationDelegatingFactoryBean
 
getObjectType() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterDelegatingFactoryBean
 
getObjectType() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterFactoryBean
 
getOutputFilePaths(String) - Method in class org.springframework.data.hadoop.test.junit.AbstractMapReduceTests
Finds an array of output file Paths resulted as mapreduce job run.
getOutputFilePaths(Path) - Method in class org.springframework.data.hadoop.test.junit.AbstractMapReduceTests
Finds an array of output file Paths resulted as mapreduce job run.
getXmlLoader() - Method in class org.springframework.data.hadoop.test.context.HadoopDelegatingSmartContextLoader
 

H

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.
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
 
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
 
hashCode() - Method in class org.springframework.data.hadoop.test.support.ClusterInfo
 
HDFS_TESTS_BASE_PATH - Static variable in class org.springframework.data.hadoop.test.HadoopTestSystemConstants
Base hdfs path for tests.

I

instantiateCluster(Class<?>, int, Configuration, FileSystem, ClassLoader) - Static method in class org.springframework.data.hadoop.test.support.compat.MiniMRClusterCompat
Instantiates a minimrcluster.
isSingleton() - Method in class org.springframework.data.hadoop.test.support.ConfigurationDelegatingFactoryBean
 
isSingleton() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterDelegatingFactoryBean
 
isSingleton() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterFactoryBean
 

L

loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration) - Method in class org.springframework.data.hadoop.test.context.HadoopClusterInjectingAnnotationConfigContextLoader
 
loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration) - Method in class org.springframework.data.hadoop.test.context.HadoopClusterInjectingXmlContextLoader
 

M

MiniHadoopCluster - Annotation Type in org.springframework.data.hadoop.test.context
MiniHadoopCluster defines class-level metadata that is used to determine how to load and configure a mini cluster and inject it into ApplicationContext for test classes.
MiniMRClusterCompat - Class in org.springframework.data.hadoop.test.support.compat
Compatibility class accessing minimr classes at runtime without knowing implementations during the compile time.
MiniMRClusterCompat() - Constructor for class org.springframework.data.hadoop.test.support.compat.MiniMRClusterCompat
 

O

org.springframework.data.hadoop.test - package org.springframework.data.hadoop.test
 
org.springframework.data.hadoop.test.context - package org.springframework.data.hadoop.test.context
 
org.springframework.data.hadoop.test.junit - package org.springframework.data.hadoop.test.junit
 
org.springframework.data.hadoop.test.support - package org.springframework.data.hadoop.test.support
 
org.springframework.data.hadoop.test.support.compat - package org.springframework.data.hadoop.test.support.compat
 

R

registerShutdownHook() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterManager
Register a jvm shutdown hook allowing manager to gracefully shutdown clusters in case that hasn't already happened.

S

setApplicationContext(ApplicationContext) - Method in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
 
setAutoStart(boolean) - Method in class org.springframework.data.hadoop.test.support.HadoopClusterFactoryBean
Set whether cluster should be started automatically by this factory instance.
setCluster(HadoopCluster) - Method in class org.springframework.data.hadoop.test.support.ConfigurationDelegatingFactoryBean
Sets the StandaloneHadoopCluster
setClusterId(String) - Method in class org.springframework.data.hadoop.test.support.HadoopClusterFactoryBean
Sets the cluster id.
setConfiguration(Configuration) - Method in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
Sets the Configuration.
setHadoopCluster(HadoopCluster) - Method in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
Sets the HadoopCluster
setId(String) - Method in class org.springframework.data.hadoop.test.support.ClusterInfo
 
setId(String) - Method in class org.springframework.data.hadoop.test.support.HadoopClusterDelegatingFactoryBean
 
setNodes(int) - Method in class org.springframework.data.hadoop.test.support.HadoopClusterDelegatingFactoryBean
 
setNodes(int) - Method in class org.springframework.data.hadoop.test.support.HadoopClusterFactoryBean
Sets the number of nodes.
setNodes(int) - Method in class org.springframework.data.hadoop.test.support.StandaloneHadoopCluster
Sets a number of nodes for cluster.
setNumDfs(int) - Method in class org.springframework.data.hadoop.test.support.ClusterInfo
 
StandaloneHadoopCluster - Class in org.springframework.data.hadoop.test.support
Standalone simple mini cluster having MR and Hdfs nodes.
StandaloneHadoopCluster(String) - Constructor for class org.springframework.data.hadoop.test.support.StandaloneHadoopCluster
Instantiates a mini cluster with default cluster node count.
StandaloneHadoopCluster(String, int) - Constructor for class org.springframework.data.hadoop.test.support.StandaloneHadoopCluster
Instantiates a mini cluster with given cluster node count.
start() - Method in interface org.springframework.data.hadoop.test.context.HadoopCluster
Starts the cluster.
start() - Method in class org.springframework.data.hadoop.test.support.StandaloneHadoopCluster
 
stop() - Method in interface org.springframework.data.hadoop.test.context.HadoopCluster
Stops the cluster.
stop() - Method in class org.springframework.data.hadoop.test.support.StandaloneHadoopCluster
 
stopCluster(Object) - Static method in class org.springframework.data.hadoop.test.support.compat.MiniMRClusterCompat
Finds and calls lifecycle stop method for given cluster via reflection.

T

toString() - Method in class org.springframework.data.hadoop.test.support.ClusterInfo
 

W

waitFinishedStatus(Job, long, TimeUnit) - Method in class org.springframework.data.hadoop.test.junit.AbstractMapReduceTests
Wait finished status.
waitStatus(Job, long, TimeUnit, JobUtils.JobStatus...) - Method in class org.springframework.data.hadoop.test.junit.AbstractMapReduceTests
Waits state.

A C D E F G H I L M O R S T W