| Modifier and Type | Method and Description |
|---|---|
Task |
TaskGroup.getTask(int i) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Task> |
TaskGroup.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskGroup.addTask(Task task) |
String |
KeyGenerator.generateKey(Task task) |
default boolean |
Task.Kind.isSameKind(Task compareTo) |
protected void |
TaskGroup.verify(Task task) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaskGroup.addTasks(Collection<Task> collection) |
void |
IntervalBasedScheduler.schedule(List<Task> tasks) |
void |
Scheduler.schedule(List<Task> tasks)
Submit tasks to the scheduler.
|
List<TaskGroup> |
IntervalGrouping.separateIntoGroups(List<Task> allTasks) |
| Modifier and Type | Class and Description |
|---|---|
class |
AvailDMRTask
Represents a DMR task that is to be used to check availability.
|
class |
DMRTask
Represents a task that is to be executed on a DMR resource with an absolute address within a domain.
|
class |
MetricDMRTask
Represents a DMR task that is to be used to collect a metric.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
DMRTaskKeyGenerator.generateDefaultKey(Task task)
This is used to generate keys for tasks that are not associated with any inventoried resource.
|
String |
MetricDMRTaskKeyGenerator.generateKey(Task task) |
String |
AvailDMRTaskKeyGenerator.generateKey(Task task) |
| Modifier and Type | Class and Description |
|---|---|
class |
AvailJMXTask
Represents a JMX task that is to be used to check availability.
|
class |
JMXTask
Represents a task that is to be executed on a JMX resource.
|
class |
MetricJMXTask
Represents a JMX task that is to be used to collect a metric.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
JMXTaskKeyGenerator.generateDefaultKey(Task task)
This is used to generate keys for tasks that are not associated with any inventoried resource.
|
String |
MetricJMXTaskKeyGenerator.generateKey(Task task) |
String |
AvailJMXTaskKeyGenerator.generateKey(Task task) |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricPlatformTask
Represents a platform task that is to be used to collect a metric.
|
class |
PlatformTask
Represents a task that is to be executed on a platform resource.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
PlatformTaskKeyGenerator.generateDefaultKey(Task task) |
String |
MetricPlatformTaskKeyGenerator.generateKey(Task task) |
| Modifier and Type | Method and Description |
|---|---|
Task |
AvailDataPoint.getTask() |
Task |
MetricDataPoint.getTask() |
| Constructor and Description |
|---|
AvailDataPoint(Task task,
Avail value) |
MetricDataPoint(Task task,
double value,
org.hawkular.metrics.client.common.MetricType metricType) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.