public interface Task
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.Duration |
getInterval()
The frequency of the task execution, e.g., five minutes.
|
Set<String> |
getSources()
The keys or identifiers of the time series associated with the source data being operated on.
|
String |
getTarget()
This is a key or identifier of the time series that is associated with the task.
|
TaskType |
getTaskType() |
org.joda.time.DateTime |
getTimeSlice()
The end time of the time slice for which the task is scheduled.
|
org.joda.time.Duration |
getWindow()
Specifies the amount of data to be included.
|
TaskType getTaskType()
String getTarget()
Set<String> getSources()
org.joda.time.Duration getInterval()
org.joda.time.Duration getWindow()
timeSlice as
the end time.org.joda.time.DateTime getTimeSlice()
Copyright © 2014–2015 Red Hat, Inc.. All rights reserved.