T
- type of taskpublic class IncrementalTaskState<T extends IncrementalTask> extends Object
IncrementalTask
.Modifier and Type | Class and Description |
---|---|
static class |
IncrementalTaskState.Serializer
Utility class to serialize/deserialize IncrementalTaskState.
|
Modifier and Type | Method and Description |
---|---|
String |
getJobId() |
com.google.appengine.tools.mapreduce.impl.shardedjob.IncrementalTaskState.LockInfo |
getLockInfo() |
long |
getMostRecentUpdateMillis() |
int |
getRetryCount() |
int |
getSequenceNumber() |
Status |
getStatus() |
T |
getTask() |
String |
getTaskId() |
String |
toString() |
public String getTaskId()
public String getJobId()
public long getMostRecentUpdateMillis()
public int getSequenceNumber()
public int getRetryCount()
public com.google.appengine.tools.mapreduce.impl.shardedjob.IncrementalTaskState.LockInfo getLockInfo()
public T getTask()
public Status getStatus()
Copyright © 2015 Google. All rights reserved.