public class TimeseriesSearcher extends Object
| Constructor and Description | 
|---|
TimeseriesSearcher(TimeseriesStorageManager timeseriesStorageManager,
                  TimeSeriesMetaDataDao metaDataDao,
                  CacheConfig cacheConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,String> | 
getResourceAttributes(ResourcePath path)  | 
Set<org.opennms.integration.api.v1.timeseries.Metric> | 
search(ResourcePath path,
      int depth)  | 
@Autowired public TimeseriesSearcher(TimeseriesStorageManager timeseriesStorageManager, TimeSeriesMetaDataDao metaDataDao, @Named(value="timeseriesSearcherCache") CacheConfig cacheConfig)
public Map<String,String> getResourceAttributes(ResourcePath path)
public Set<org.opennms.integration.api.v1.timeseries.Metric> search(ResourcePath path, int depth) throws org.opennms.integration.api.v1.timeseries.StorageException
org.opennms.integration.api.v1.timeseries.StorageExceptionCopyright © 2021. All rights reserved.