| Package | Description |
|---|---|
| org.hawkular.metrics.tasks.api | |
| org.hawkular.metrics.tasks.impl |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskType.createTask(String tenantId,
String target,
String source)
A factory method for creating tasks of this type.
|
Task |
TaskType.createTask(String tenantId,
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 |
|---|---|
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. |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
rx.Subscription |
TaskServiceImpl.subscribe(TaskType taskType,
rx.functions.Action1<? super Task> onNext) |
rx.Subscription |
TaskServiceImpl.subscribe(TaskType taskType,
rx.functions.Action1<? super Task> onNext,
rx.functions.Action1<Throwable> onError,
rx.functions.Action0 onComplete) |
Copyright © 2014–2015 Red Hat, Inc.. All rights reserved.