public abstract class AbstractShardedJob extends com.google.appengine.tools.pipeline.Job0<Void>
| Constructor and Description |
|---|
AbstractShardedJob(String jobId,
int taskCount) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract com.google.appengine.tools.pipeline.Job<?> |
createShardsJob(int start,
int end) |
protected com.google.appengine.tools.pipeline.JobSetting[] |
getChildJobParams() |
protected String |
getJobId() |
com.google.appengine.tools.pipeline.Value<Void> |
run() |
backOffFactor, backOffSeconds, futureCall, futureCall, futureCall, futureCall, futureCall, futureCall, futureCall, futureCallUnchecked, futureList, getJobDisplayName, getJobKey, getOnBackend, getOnModule, getOnQueue, getPipelineKey, getStatusConsoleUrl, immediate, maxAttempts, newDelayedValue, newPromise, newPromise, onBackend, onModule, onQueue, setStatusConsoleUrl, statusConsoleUrl, waitForpublic AbstractShardedJob(String jobId, int taskCount)
public com.google.appengine.tools.pipeline.Value<Void> run()
run in class com.google.appengine.tools.pipeline.Job0<Void>protected abstract com.google.appengine.tools.pipeline.Job<?> createShardsJob(int start,
int end)
protected String getJobId()
protected com.google.appengine.tools.pipeline.JobSetting[] getChildJobParams()
Copyright © 2015 Google. All rights reserved.