@Service public class TimeSeriesMetaDataDao extends Object
Constructor and Description |
---|
TimeSeriesMetaDataDao(DataSource dataSource,
CacheConfig cacheConfig,
com.codahale.metrics.MetricRegistry registry) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getForResourcePath(ResourcePath path) |
void |
store(Collection<MetaData> metaDataCollection) |
void |
storeUncached(Collection<MetaData> metaDataCollection) |
@Autowired public TimeSeriesMetaDataDao(DataSource dataSource, @Named(value="timeseriesMetaDataCache") CacheConfig cacheConfig, @Named(value="timeseriesMetricRegistry") com.codahale.metrics.MetricRegistry registry)
public void store(Collection<MetaData> metaDataCollection) throws SQLException, ExecutionException
SQLException
ExecutionException
public void storeUncached(Collection<MetaData> metaDataCollection) throws SQLException
SQLException
public Map<String,String> getForResourcePath(ResourcePath path) throws org.opennms.integration.api.v1.timeseries.StorageException
org.opennms.integration.api.v1.timeseries.StorageException
Copyright © 2021. All rights reserved.