| Package | Description |
|---|---|
| com.google.appengine.tools.mapreduce |
| Modifier and Type | Method and Description |
|---|---|
protected MapSpecification.Builder<I,O,R> |
MapSpecification.Builder.self() |
MapSpecification.Builder<I,O,R> |
MapSpecification.Builder.setMapper(MapOnlyMapper<? extends I,O> mapper) |
MapSpecification.Builder<I,O,R> |
MapSpecification.Builder.setMapper(Mapper<? extends I,Void,O> mapper)
A convenience method that wraps the given
mapper using
MapOnlyMapper.forMapper(Mapper). |
Copyright © 2015 Google. All rights reserved.