| Package | Description |
|---|---|
| org.hawkular.agent.monitor.scheduler |
| Modifier and Type | Method and Description |
|---|---|
protected ScheduledCollectionsQueue<L,T> |
MeasurementCollector.getScheduledCollectionsQueue() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Runnable |
MeasurementScheduler.createCollector(SamplingService<L> endpointService,
ScheduledCollectionsQueue<L,T> queue,
Consumer<D> completionHandler)
Creates the object that will be responsible for collecting the data;
|
| Constructor and Description |
|---|
MeasurementCollector(SamplingService<L> endpointService,
ScheduledCollectionsQueue<L,T> queue,
Consumer<D> completionHandler)
Creates a job that is used to collect measurements provided by the priority queue
from the given monitored endpoint.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.