public class TimeseriesRow extends Object
| Constructor and Description |
|---|
TimeseriesRow(TimeseriesKey timeseriesKey) |
TimeseriesRow(TimeseriesKey timeseriesKey,
long timeInUs) |
| Modifier and Type | Method and Description |
|---|---|
void |
addField(String key,
ColumnValue value) |
boolean |
equals(Object o) |
SortedMap<String,ColumnValue> |
getFields() |
long |
getTimeInUs() |
TimeseriesKey |
getTimeseriesKey() |
int |
getTimeseriesRowDataSize() |
int |
hashCode() |
void |
setFields(Map<String,ColumnValue> fields) |
void |
setTimeInUs(long timeInUs) |
void |
setTimeseriesKey(TimeseriesKey timeseriesKey) |
String |
toString() |
public TimeseriesRow(TimeseriesKey timeseriesKey)
public TimeseriesRow(TimeseriesKey timeseriesKey, long timeInUs)
public int getTimeseriesRowDataSize()
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 © 2024. All Rights Reserved.