A C F G H O S 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
 
applicationContext - Variable in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
 

C

configuration - Variable in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
 

F

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

G

getApplicationContext() - Method in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
Gets the ApplicationContext for tests.
getConfiguration() - Method in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
Gets the running cluster runtime Configuration for tests.
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.
getHadoopCluster() - Method in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
Gets the running HadoopCluster for tests.
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.

H

hadoopCluster - Variable in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
 

O

org.springframework.data.hadoop.test.junit - package org.springframework.data.hadoop.test.junit
 

S

setApplicationContext(ApplicationContext) - Method in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
 
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

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 F G H O S W