| Package | Description |
|---|---|
| com.loadcoder.load.chart.data | |
| com.loadcoder.load.chart.logic | |
| com.loadcoder.load.chart.sampling |
| Modifier and Type | Method and Description |
|---|---|
static long |
Range.findSampleLength(long timeStamp,
List<Range> ranges) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Range> |
ChartLogic.ranges |
| Modifier and Type | Method and Description |
|---|---|
Range |
ChartLogic.getSampleLength(long timestamp) |
protected Range |
ChartLogic.lookupCorrectRange(long ts) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ChartLogic.addSurroundingTimestampsAsUpdates(Set<Long> hashesGettingUpdated,
long sampleStart,
long earliest,
long latest,
List<Range> ranges,
long currentSampleLength,
Set<Long> sampleTimestamps,
Map<Long,Sample> aboutToBeUpdated) |
| Modifier and Type | Method and Description |
|---|---|
Range |
SampleConcaternator.getNewRange() |
Range |
SampleConcaternator.getOldRange() |
| Modifier and Type | Method and Description |
|---|---|
void |
SampleConcaternator.setNewRange(Range newRange) |
| Constructor and Description |
|---|
SampleConcaternator(Range oldRange,
Range newRange,
int amountToConcaternate,
SampleConcaternatorRunDecider sampleConcaternatorRunDecider) |
Copyright © 2019. All rights reserved.