public class TimeValuePairUtils extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TimeValuePairUtils.Intervals
All intervals are closed.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static TimeValuePairUtils.Intervals |
extractTimeInterval(Filter filter) |
static TimeValuePair |
getCurrentTimeValuePair(BatchData data)
get given data's current (time,value) pair.
|
static TimeValuePair |
getEmptyTimeValuePair(TSDataType dataType) |
static void |
setTimeValuePair(TimeValuePair from,
TimeValuePair to) |
public static TimeValuePair getCurrentTimeValuePair(BatchData data)
data - -batch datapublic static void setTimeValuePair(TimeValuePair from, TimeValuePair to)
public static TimeValuePair getEmptyTimeValuePair(TSDataType dataType)
public static TimeValuePairUtils.Intervals extractTimeInterval(Filter filter)
Copyright © 2022 The Apache Software Foundation. All rights reserved.