@ThreadSafe
@Service(value=io.fabric8.insight.metrics.model.MetricsStorageService.class)
public class RhqMetricsStorage
extends io.fabric8.api.scr.AbstractComponent
implements io.fabric8.insight.metrics.model.MetricsStorageService
StorageService using RHQ Metrics| Constructor and Description |
|---|
RhqMetricsStorage() |
| Modifier and Type | Method and Description |
|---|---|
protected org.rhq.metrics.RHQMetrics |
createMetricService(Map<String,String> configuration) |
protected void |
shutdownMetricService() |
void |
store(String type,
long timestamp,
io.fabric8.insight.metrics.model.QueryResult queryResult) |
protected Double |
toDouble(Object value) |
protected void |
updateConfiguration(Map<String,String> configuration) |
protected void updateConfiguration(Map<String,String> configuration) throws Exception
Exceptionprotected void shutdownMetricService()
protected org.rhq.metrics.RHQMetrics createMetricService(Map<String,String> configuration) throws Exception
Exceptionpublic void store(String type, long timestamp, io.fabric8.insight.metrics.model.QueryResult queryResult)
store in interface io.fabric8.insight.metrics.model.MetricsStorageServiceCopyright © 2011–2014 Red Hat. All rights reserved.