Package | Description |
---|---|
io.cdap.cdap.api.dataset.lib.cube |
Implementation of a Cube dataset in CDAP.
|
Modifier and Type | Method and Description |
---|---|
List<TimeValue> |
TimeSeries.getTimeValues() |
Modifier and Type | Method and Description |
---|---|
int |
TimeValue.compareTo(TimeValue o) |
long |
Interpolators.BaseInterpolator.interpolate(TimeValue start,
TimeValue end,
long ts) |
long |
Interpolator.interpolate(TimeValue start,
TimeValue end,
long ts)
Given start and end TimeValues, and a time in-between the two, return a TimeValue for the
in-between time.
|
protected abstract long |
Interpolators.BaseInterpolator.limitedInterpolate(TimeValue start,
TimeValue end,
long ts) |
protected long |
Interpolators.Step.limitedInterpolate(TimeValue start,
TimeValue end,
long ts) |
protected long |
Interpolators.Linear.limitedInterpolate(TimeValue start,
TimeValue end,
long ts) |
Constructor and Description |
---|
TimeSeries(String measureName,
Map<String,String> dimensionValues,
List<TimeValue> timeValues) |
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.