com.axibase.tsd.model.data.series
Class Join

java.lang.Object
  extended by 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()
           
 
Method Summary
 Interpolate getInterpolate()
           
 Interval getInterval()
           
 Boolean getTruncate()
           
 JoinType getType()
           
 void setInterpolate(Interpolate interpolate)
           
 void setInterval(Interval interval)
           
 void setTruncate(Boolean truncate)
           
 void setType(JoinType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Join

public Join()
Method Detail

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.