public class Point extends Object
TimestreamIdentifier:时间线标示
2. timestamp:数据点的时间戳
3. fields:数据的值列表| Modifier and Type | Class and Description |
|---|---|
static class |
Point.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
Point(long timestamp,
TimeUnit unit,
Row row) |
protected |
Point(Row row) |
| Modifier and Type | Method and Description |
|---|---|
protected Point |
addField(Column col) |
ColumnValue |
getField(String name) |
List<Column> |
getFields() |
long |
getTimestamp() |
long |
getTimestamp(TimeUnit unit) |
String |
toString() |
protected Point(Row row)
public long getTimestamp()
public long getTimestamp(TimeUnit unit)
unit - 返回的时间戳单位public ColumnValue getField(String name)
Copyright © 2024. All Rights Reserved.