| Package | Description |
|---|---|
| org.hawkular.metrics.tasks.api | |
| org.hawkular.metrics.tasks.impl |
| Modifier and Type | Method and Description |
|---|---|
TaskType |
Task.getTaskType() |
TaskType |
TaskType.setFactory(Supplier<Consumer<Task>> factory) |
TaskType |
TaskType.setName(String name) |
TaskType |
TaskType.setSegmentOffsets(int segmentOffsets) |
TaskType |
TaskType.setSegments(int segments) |
| 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) |
| Constructor and Description |
|---|
TaskImpl(TaskType taskType,
org.joda.time.DateTime timeSlice,
String target,
Set<String> sources,
org.joda.time.Duration interval,
org.joda.time.Duration window) |
TaskImpl(TaskType taskType,
org.joda.time.DateTime timeSlice,
String target,
String source,
int interval,
int window) |
| Constructor and Description |
|---|
TaskServiceImpl(RxSession session,
Queries queries,
LeaseService leaseService,
List<TaskType> taskTypes) |
Copyright © 2014–2015 Red Hat, Inc.. All rights reserved.