Package | Description |
---|---|
com.google.appengine.tools.mapreduce | |
com.google.appengine.tools.mapreduce.impl |
Modifier and Type | Method and Description |
---|---|
static <I,Void,V> MapOnlyMapper<I,V> |
MapOnlyMapper.forMapper(Mapper<I,Void,V> mapper)
Returns a MapOnlyMapper for a given Mapper passing only the values to the output.
|
Modifier and Type | Method and Description |
---|---|
MapSpecification.Builder<I,O,R> |
MapSpecification.Builder.setMapper(MapOnlyMapper<? extends I,O> mapper) |
Constructor and Description |
---|
MapSpecification.Builder(Input<I> input,
MapOnlyMapper<I,O> mapper,
Output<O,R> output) |
MapSpecification.Builder(Input<I> input,
MapOnlyMapper<I,Void> mapper)
A builder for map job using
NoOutput as output. |
Modifier and Type | Method and Description |
---|---|
static MapOnlyMapper |
InProcessUtil.getMapper(MapSpecification spec) |
Constructor and Description |
---|
MapOnlyShardTask(String mrJobId,
int shardNumber,
int shardCount,
InputReader<I> in,
MapOnlyMapper<I,O> mapper,
OutputWriter<O> out,
long millisPerSlice) |
Copyright © 2015 Google. All rights reserved.