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.
|
fetch
public 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 AbstractRrdBasedFetchStrategy
org.jrobin.core.RrdException
Copyright © 2021. All rights reserved.