| Package | Description |
|---|---|
| org.hawkular.metrics.tasks.api | |
| org.hawkular.metrics.tasks.impl |
| Modifier and Type | Method and Description |
|---|---|
TaskType |
Task.getTaskType() |
TaskType |
TaskType.setInterval(int interval) |
TaskType |
TaskType.setName(String name) |
TaskType |
TaskType.setSegmentOffsets(int segmentOffsets) |
TaskType |
TaskType.setSegments(int segments) |
TaskType |
TaskType.setWindow(int window) |
| Modifier and Type | Method and Description |
|---|---|
TaskServiceBuilder |
TaskServiceBuilder.withTaskTypes(List<TaskType> taskTypes)
Specifies the
types of tasks that the TaskService will execute. |
| Modifier and Type | Method and Description |
|---|---|
TaskType |
TaskImpl.getTaskType() |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<org.hawkular.metrics.tasks.impl.TaskContainer> |
TaskServiceImpl.findTasks(org.hawkular.metrics.tasks.impl.Lease lease,
TaskType taskType) |
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) |
| Constructor and Description |
|---|
TaskImpl(TaskType taskType,
String tenantId,
org.joda.time.DateTime timeSlice,
String target,
Set<String> sources,
int interval,
int window) |
TaskImpl(TaskType taskType,
String tenantId,
org.joda.time.DateTime timeSlice,
String target,
String source,
int interval,
int window) |
| Constructor and Description |
|---|
TaskServiceImpl(org.hawkular.rx.cassandra.driver.RxSession session,
Queries queries,
LeaseService leaseService,
List<TaskType> taskTypes) |
Copyright © 2014–2015 Red Hat, Inc.. All rights reserved.