public class RrdtoolXportFetchStrategy extends AbstractRrdBasedFetchStrategy
| Modifier and Type | Field and Description | 
|---|---|
static long | 
XPORT_TIMEOUT_MS
Maximum runtime of 'rrdtool xport' in milliseconds before failing and
 throwing an exception. 
 | 
| Constructor and Description | 
|---|
RrdtoolXportFetchStrategy()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected FetchResults | 
fetchMeasurements(long start,
                 long end,
                 long step,
                 int maxrows,
                 Map<Source,String> rrdsBySource,
                 Map<String,Object> constants,
                 QueryMetadata metadata)
Performs the actual retrieval of the values from the RRD/JRB files. 
 | 
fetchpublic static final long XPORT_TIMEOUT_MS
protected FetchResults fetchMeasurements(long start, long end, long step, int maxrows, Map<Source,String> rrdsBySource, Map<String,Object> constants, QueryMetadata metadata) throws org.jrobin.core.RrdException
fetchMeasurements in class AbstractRrdBasedFetchStrategyorg.jrobin.core.RrdExceptionCopyright © 2021. All rights reserved.