public class IncrementalTaskContext extends Object implements Serializable
Constructor and Description |
---|
IncrementalTaskContext(String jobId,
int shardNumber,
int shardCount,
String workerCallsCounterName,
String workerMillisCounterName) |
Modifier and Type | Method and Description |
---|---|
Counters |
getCounters() |
String |
getJobId() |
String |
getLastWorkItemString() |
int |
getShardCount() |
int |
getShardNumber() |
long |
getWorkerCallCount() |
String |
toString() |
Copyright © 2015 Google. All rights reserved.