public interface ShardedJobState
Modifier and Type | Method and Description |
---|---|
int |
getActiveTaskCount()
Returns the number of tasks or follow-up tasks that are currently active.
|
String |
getJobId()
Returns the ID of this job.
|
long |
getMostRecentUpdateTimeMillis()
Returns the time this job's state was last updated.
|
ShardedJobSettings |
getSettings()
Returns the execution settings of this job.
|
long |
getStartTimeMillis()
Returns the time this job was started.
|
Status |
getStatus()
Returns whether this job is running, finished, etc.
|
int |
getTotalTaskCount()
Returns the total number of tasks (not including follow-up tasks) that this
job consists of.
|
String getJobId()
ShardedJobSettings getSettings()
int getTotalTaskCount()
int getActiveTaskCount()
long getStartTimeMillis()
long getMostRecentUpdateTimeMillis()
Status getStatus()
Copyright © 2015 Google. All rights reserved.