public static class BucketKeyMapReduce.Builder extends MapReduce.Builder<BucketKeyMapReduce.Builder>
phases, timeout
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BucketKeyMapReduce |
build()
Construct a new BucketKeyMapReduce operation.
|
protected BucketKeyMapReduce.Builder |
self() |
BucketKeyMapReduce.Builder |
withLocation(Location location)
Adds a new location to the collection of MapReduce inputs.
|
BucketKeyMapReduce.Builder |
withLocation(Location location,
String keyData)
Adds a new location + key to the collection of MapReduce inputs.
|
timeout, withLinkPhase, withLinkPhase, withMapPhase, withMapPhase, withMapPhase, withMapPhase, withReducePhase, withReducePhase, withReducePhase, withReducePhase
protected BucketKeyMapReduce.Builder self()
self
in class MapReduce.Builder<BucketKeyMapReduce.Builder>
public BucketKeyMapReduce.Builder withLocation(Location location)
location
- the location to add to the inputs.public BucketKeyMapReduce.Builder withLocation(Location location, String keyData)
location
- the location to add to the inputs.keyData
- metadata which will be passed as an argument to a map function
when evaluated on the object stored under the provided location.public BucketKeyMapReduce build()
Copyright © 2016. All rights reserved.