|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ReduceDriver | |
---|---|
org.apache.hadoop.mrunit.mapreduce |
Uses of ReduceDriver in org.apache.hadoop.mrunit.mapreduce |
---|
Methods in org.apache.hadoop.mrunit.mapreduce that return ReduceDriver | ||
---|---|---|
static
|
ReduceDriver.newReduceDriver()
Returns a new ReduceDriver without having to specify the generic types on the right hand side of the object create statement. |
|
static
|
ReduceDriver.newReduceDriver(org.apache.hadoop.mapreduce.Reducer<K1,V1,K2,V2> reducer)
Returns a new ReduceDriver without having to specify the generic types on the right hand side of the object create statement. |
|
ReduceDriver<K1,V1,K2,V2> |
ReduceDriver.withConfiguration(org.apache.hadoop.conf.Configuration configuration)
|
|
ReduceDriver<K1,V1,K2,V2> |
ReduceDriver.withCounter(Enum e,
long expectedValue)
|
|
ReduceDriver<K1,V1,K2,V2> |
ReduceDriver.withCounter(String g,
String n,
long e)
|
|
ReduceDriver<K1,V1,K2,V2> |
ReduceDriver.withCounters(org.apache.hadoop.mapreduce.Counters ctrs)
Sets the counters to use and returns self for fluent style |
|
ReduceDriver<K1,V1,K2,V2> |
ReduceDriver.withInput(K1 key,
List<V1> values)
Identical to setInput() but returns self for fluent programming style |
|
ReduceDriver<K1,V1,K2,V2> |
ReduceDriver.withInputFromString(String input)
Deprecated. No replacement due to lack of type safety and incompatibility with non Text Writables |
|
ReduceDriver<K1,V1,K2,V2> |
ReduceDriver.withInputKey(K1 key)
Identical to setInputKey() but with fluent programming style |
|
ReduceDriver<K1,V1,K2,V2> |
ReduceDriver.withInputValue(V1 val)
Identical to addInputValue() but with fluent programming style |
|
ReduceDriver<K1,V1,K2,V2> |
ReduceDriver.withInputValues(List<V1> values)
Identical to addInputValues() but with fluent programming style |
|
ReduceDriver<K1,V1,K2,V2> |
ReduceDriver.withOutput(K2 key,
V2 val)
Works like addOutput(), but returns self for fluent style |
|
ReduceDriver<K1,V1,K2,V2> |
ReduceDriver.withOutput(Pair<K2,V2> outputRecord)
Works like addOutput(), but returns self for fluent style |
|
ReduceDriver<K1,V1,K2,V2> |
ReduceDriver.withOutputFromString(String output)
Deprecated. No replacement due to lack of type safety and incompatibility with non Text Writables |
|
ReduceDriver<K1,V1,K2,V2> |
ReduceDriver.withReducer(org.apache.hadoop.mapreduce.Reducer<K1,V1,K2,V2> r)
Identical to setReducer(), but with fluent programming style |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |