| Package | Description |
|---|---|
| org.hawkular.metrics.tasks.api | |
| org.hawkular.metrics.tasks.impl |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskType.createTask(String target,
String source,
int interval,
int window)
A factory method for creating tasks of this type.
|
Task |
TaskExecutionException.getFailedTask() |
| Modifier and Type | Method and Description |
|---|---|
Supplier<Consumer<Task>> |
TaskType.getFactory()
A function that produces functions that carry out task execution.
|
rx.Observable<Task> |
TaskService.scheduleTask(org.joda.time.DateTime time,
Task task)
Schedules the task for repeated execution starting in the next time slice after
time. |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<Task> |
TaskService.scheduleTask(org.joda.time.DateTime time,
Task task)
Schedules the task for repeated execution starting in the next time slice after
time. |
| Modifier and Type | Method and Description |
|---|---|
TaskType |
TaskType.setFactory(Supplier<Consumer<Task>> factory) |
| Constructor and Description |
|---|
TaskExecutionException(Task failedTask,
Throwable cause) |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskImpl |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<Task> |
TaskServiceImpl.scheduleTask(org.joda.time.DateTime time,
Task task) |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<Task> |
TaskServiceImpl.scheduleTask(org.joda.time.DateTime time,
Task task) |
Copyright © 2014–2015 Red Hat, Inc.. All rights reserved.