public class InProcessShardedJobRunner extends Object
Modifier and Type | Method and Description |
---|---|
static <T extends IncrementalTask> |
runJob(List<T> initialTasks,
ShardedJobController<T> controller)
Runs the given job and returns its result.
|
public static <T extends IncrementalTask> void runJob(List<T> initialTasks, ShardedJobController<T> controller)
Copyright © 2015 Google. All rights reserved.