public class TaskReportData extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
TaskReportData.TaskType  | 
| Constructor and Description | 
|---|
TaskReportData(String id,
              Map<Integer,Long> startingOffsets,
              Map<Integer,Long> currentOffsets,
              org.joda.time.DateTime startTime,
              Long remainingSeconds,
              TaskReportData.TaskType type,
              Map<Integer,Long> lag)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<Integer,Long> | 
getCurrentOffsets()  | 
String | 
getId()  | 
Map<Integer,Long> | 
getLag()  | 
Long | 
getRemainingSeconds()  | 
Map<Integer,Long> | 
getStartingOffsets()  | 
org.joda.time.DateTime | 
getStartTime()  | 
TaskReportData.TaskType | 
getType()  | 
String | 
toString()  | 
public String getId()
public org.joda.time.DateTime getStartTime()
public Long getRemainingSeconds()
public TaskReportData.TaskType getType()
Copyright © 2011–2018. All rights reserved.