Package | Description |
---|---|
com.google.appengine.tools.mapreduce.impl.pipeline | |
com.google.appengine.tools.mapreduce.impl.shardedjob |
Constructor and Description |
---|
ShardedJob(String shardedJobId,
List<? extends T> workers,
ShardedJobController<T> controller,
ShardedJobSettings shardedJobSettings) |
Modifier and Type | Method and Description |
---|---|
ShardedJobSettings |
ShardedJobSettings.Builder.build() |
ShardedJobSettings |
ShardedJobState.getSettings()
Returns the execution settings of this job.
|
Modifier and Type | Method and Description |
---|---|
<T extends IncrementalTask> |
ShardedJobService.startJob(String jobId,
List<? extends T> initialTasks,
ShardedJobController<T> controller,
ShardedJobSettings settings)
Starts a new sharded job with the given ID and parameters.
|
Copyright © 2015 Google. All rights reserved.