public class TimeseriesRow extends Object
构造器和说明 |
---|
TimeseriesRow(TimeseriesKey timeseriesKey) |
TimeseriesRow(TimeseriesKey timeseriesKey,
long timeInUs) |
限定符和类型 | 方法和说明 |
---|---|
void |
addField(String key,
ColumnValue value) |
SortedMap<String,ColumnValue> |
getFields() |
long |
getTimeInUs() |
TimeseriesKey |
getTimeseriesKey() |
void |
setFields(Map<String,ColumnValue> fields) |
void |
setTimeInUs(long timeInUs) |
void |
setTimeseriesKey(TimeseriesKey timeseriesKey) |
public TimeseriesRow(TimeseriesKey timeseriesKey)
public TimeseriesRow(TimeseriesKey timeseriesKey, long timeInUs)
public TimeseriesKey getTimeseriesKey()
public void setTimeseriesKey(TimeseriesKey timeseriesKey)
public long getTimeInUs()
public void setTimeInUs(long timeInUs)
public SortedMap<String,ColumnValue> getFields()
public void setFields(Map<String,ColumnValue> fields)
public void addField(String key, ColumnValue value)
Copyright © 2021. All Rights Reserved.