com.axibase.tsd.model.data.series
Class Join
java.lang.Object
com.axibase.tsd.model.data.series.Join
public class Join
- extends Object
Contains data to merge multiple time series into one series.
- Author:
- Nikolay Malevanny.
|
Constructor Summary |
Join()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Join
public Join()
getType
public JoinType getType()
getInterpolate
public Interpolate getInterpolate()
getTruncate
public Boolean getTruncate()
getInterval
public Interval getInterval()
setType
public void setType(JoinType type)
- Parameters:
type - Statistical function applied to value array [v-n, w-n]
setInterpolate
public void setInterpolate(Interpolate interpolate)
- Parameters:
interpolate - Interpolation function used to compute missing values for a given input series at t-n
setTruncate
public void setTruncate(Boolean truncate)
- Parameters:
truncate - Discards samples at the beginning and at the of the joined series until values for all
input series are established
setInterval
public void setInterval(Interval interval)
- Parameters:
interval - Replaces input series timestamps with regular timestamps based on count=unit frequency
Copyright © 2015. All rights reserved.