public class CommonSampleGroup extends Group
| Constructor and Description |
|---|
CommonSampleGroup(XYSeriesExtension series) |
| Modifier and Type | Method and Description |
|---|---|
void |
concaternate(SampleConcaternator concater) |
protected CommonSample |
fetch(long firstTs,
long sampleLength) |
CommonSample |
getAndCreateSampleAndPutInMap(long ts,
long sampleLength) |
CommonSample |
getSample(long first,
long sampleLength) |
void |
putCommonSample(Long key,
CommonSample commonSample) |
void |
removeAllOldSamples(long start,
int amountToConcaternate,
long oldSampleLength) |
calculateFirstTs, getSeries, setSeriespublic CommonSampleGroup(XYSeriesExtension series)
public void removeAllOldSamples(long start,
int amountToConcaternate,
long oldSampleLength)
public void concaternate(SampleConcaternator concater)
public void putCommonSample(Long key, CommonSample commonSample)
public CommonSample getAndCreateSampleAndPutInMap(long ts, long sampleLength)
public CommonSample getSample(long first, long sampleLength)
protected CommonSample fetch(long firstTs, long sampleLength)
Copyright © 2019. All rights reserved.